Intermediate Vocabulary #graphql #api #backend #schema

GraphQL Vocabulary

5 exercises — Query/Mutation/Subscription, the N+1 problem and DataLoader, non-null ! types, fragments vs inline fragments, and schema-first vs code-first design.

0 / 5 completed
1 / 5
A tech lead says: "This endpoint should be a Query, not a Mutation. And if you need live updates, that's a Subscription." When do you use each GraphQL operation type?