GraphQL - Queries
How would you modify this query to also fetch each comment's author name?
{ posts { title comments { text } } }{ posts { title comments { text } } }author { name } inside comments.author { name }. Others use invalid dot notation or incomplete nesting.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions