Question from the GraphQL test

Create a new review and return its details

Easy
mutation {
  createReview(episode: BetterCallSaul4, review: {stars: 5, commentary: "Great!"}) {
    stars
    commentary
  }
}

Que fait cette mutation ?

Author: AnasStatus: PublishedQuestion passed 5 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!