Question from the GraphQL test

What is the response to this GraphQL query?

Waiting for validation
query {
  user(id: 1) {
    name
    age
    posts {
      title
      content
    }
  }
}

What will be the response to this query if the GraphQL API responds correctly?

Author: Maxime JavauxStatus: Waiting for validationQuestion not yet passed
0
Community EvaluationsNo one has reviewed this question yet, be the first!