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