GraphQL - Queries
Given this GraphQL query:
What will the query return?
{ book(id: 5) { title author { name } } }What will the query return?
{ book(id: 5) { title author { name } } }title of the book and nested author field with name.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions