GraphQL - Resolvers
Given the GraphQL query:
What will be the result if the user with
{ user(id: 3) { name age } }What will be the result if the user with
id=3 has name "Alice" and age 30?