Graphql Tutorials

GraphQL operations are broken up into 2 types: queries and mutations. Queries are read-only, mutations modify data. Here's what you need to know about mutations in Apollo.
Apollo is a GraphQL server - it parses your GraphQL schema and provides a framework for you to define resolvers and mutations. Here's what you need to know.