GraphQL - Queries
Given this GraphQL query:
What fields will be returned in the response?
{ book { title author { name } } }What fields will be returned in the response?
{ book { title author { name } } }title and nested author with its name field.title and an author object containing name.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions