GraphQL - Queries
Given this GraphQL query:
What data will the query return?
{ book { title author { name } } }What data will the query return?
{ book { title author { name } } }title of book and inside author it asks for name.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions