Precision
Ask for what you need, get exactly that{
hero {
name
height
mass
}
}{
"hero": {
"name": "Luke Skywalker",
"height": 1.72,
"mass": 77
}
}Send a GraphQL query to your API and get precisely the data you request — no over-fetching, no under-fetching. Predictable responses keep apps efficient and performant.
