Question from the GraphQL test

What is the response to this GraphQL query?

Easy
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: PublishedQuestion passed 6 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!