Graphql client library for node js

Use whatever works for you. For a small use case a while back I sort of built my own GraphQL client using fetch that was just focused around throttling request throughput.

But the number one feature of using apollo is caching and local graph state management

2 Likes