GraphQL Client Vocabulary

Operations, fragments, variables, persisted queries, and query depth — how clients interact with GraphQL efficiently.

Key vocabulary

  • Operation — a named query, mutation, or subscription in GraphQL.
  • Fragment — a reusable selection set that can be included in multiple operations.
  • Variables — dynamic values passed into an operation, separated from the query string.
  • Persisted queries — pre-registered queries identified by a hash, sent by ID instead of full text.
  • Query depth limiting — rejecting queries that nest too many levels deep.
0 / 15 completed
1 / 15
A fragment in GraphQL is used to:

Frequently Asked Questions

What will I practise in "GraphQL Client Vocabulary | Coders Lingo"?

Learn the vocabulary of GraphQL clients: operations, fragments, variables, persisted queries, and query optimisation.

How many exercises are in this module?

This module has 15 multiple-choice exercises, each with instant feedback and a full explanation of the correct answer.

Is this exercise free to use?

Yes. Every exercise on CoderSlingo, including this one, is free to use with no account, sign-up, or paywall.