GraphQL - Queries
Identify the error in this GraphQL query:
{ user { posts comments { text } } }{ user { posts comments { text } } }posts and comments { text } at the same level under user.comments should be nested inside posts, but here it is separate without braces.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions