Lingua-e
← Glossary

What does "GraphQL" mean in programming?

GraphQL is one of the most common terms in software development. This guide explains what it means, how it is used in practice, and why it matters, with real examples from the developer world.

Definition

A query language for APIs that lets clients request exactly the data they need. Unlike REST, a GraphQL API typically has a single endpoint and clients describe the shape of the response.

Example

"With GraphQL, the client asks for only the user's name and email, not the whole user object."

Related terms

Ready to practice your English at work?

Lingua-e has interactive exercises built around real developer conversations: standups, code reviews, retrospectives, and more. Practice until it comes naturally.

Try Lingua-e for free