GraphQL - Basics and Philosophy
What will be the result of this query?
If the server has a user with id=1, name='Anna', and age=30?
query { user { id name age } }If the server has a user with id=1, name='Anna', and age=30?
