diff --git a/core/graphql.md b/core/graphql.md index 5bb5cb5d1f3..bc51d5b3766 100644 --- a/core/graphql.md +++ b/core/graphql.md @@ -503,7 +503,7 @@ Your custom mutations will be available like this: } mutation { - withCustomArgsMutationBook(input: {sendMail: true, clientMutationId: "myId}) { + withCustomArgsMutationBook(input: {sendMail: true, clientMutationId: "myId"}) { book { title }