GraphQL - Basics and Philosophy
In GraphQL Playground, what will happen if you run this query?
Assuming user with id 5 exists and has name and age fields.
query { user(id: "5") { name age } }Assuming user with id 5 exists and has name and age fields.
