GraphQL - Queries
Consider the GraphQL query:
Which of the following best describes the structure of the response?
{ firstUser: user(id: 10) { email } secondUser: user(id: 20) { email } }Which of the following best describes the structure of the response?
