Question from the GraphQL test

What will be the result of this GraphQL query if the user has no posts?

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

What will be the result of this query if the user has no posts?

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