Developer Tools Mocking Multiple Queries for Mock Provider When testing Apollo and GraphQL, Mock Provider is a nice tool to use when components need to communicate with a GraphQL server.
React / Redux Prevent an Unnecessary Refetch with nextFetchPolicy and Apollo Client I recently figured out the cause of a strange issue due to a change in how the cache-and-network fetch policy works in Apollo Client 3.
React / Redux How to Fire an Event-Driven GraphQL Query with Apollo Client for React If you need to be able to fire a GraphQL query when an event occurs, look no further than Apollo Client’s useLazyQuery hook.
Web Apps Scrollable Grid with Just-in-Time Data Loading – Part 4: Fetching Data with Apollo Client and GraphQL How to use Apollo Client to fetch data in batches from a GraphQL endpoint and hook that data up to Infinite Loader.
React / Redux Maintaining Order with Apollo Query Hooks Apollo query hooks are an awesome tool to use. Here's how you can use them while still following the rules of React hooks
Web Apps Understanding the Apollo Default Resolver The difference between the default resolver and an explicitly specified resolver in Apollo's graphql-tools – specifically arguments passed to a function called by the default resol