0

I'm practicing with GraphQL and testing out some mutations on Altair. All the mutations require an extra input called clientMutationId. According to a link on this post github graphql api, what does "clientMutationId" mean? the ID is generated, but I don't know how to find out what my clientMutationId is, or if i'm even understanding it right.

joelostblom
  • 43,590
  • 17
  • 150
  • 159
Peter Dang
  • 45
  • 5

1 Answers1

0

You don't need clientMutationId in the recent relay. Have a look at Sibelius' workshop: https://github.com/sibelius/relay-workshop.

Or an updated step-by-step guide for the newly created documentation on Relay v11: https://relay.dev/docs/getting-started/step-by-step-guide/

mikemols
  • 824
  • 10
  • 17