Part of the struggle is setting up an environment to test your new skills in. Sure, you can play around with some Client-Side GraphQL syntax in Github’s GraphQL Explorer, but that is one tiny piece of a much bigger puzzle.
How do you actually request data from the Client? (Queries)
How do you update state in the Client when that data changes?
How do you detect in other components when that state has changed?
How do you go about making changes to the data on the Server? (Mutations)

#graphql-apollo-server #javascript #graphql #nextjs

Server-Side GraphQL with Apollo & NextJS 
3.30 GEEK