From 5d0249447761369785a30d6cf380c87df3060e9d Mon Sep 17 00:00:00 2001 From: mfe-a5sys <87469153+mfe-a5sys@users.noreply.github.com> Date: Fri, 26 Aug 2022 09:49:45 +0200 Subject: [PATCH] Update graphql.md fix: add missing double quotes in GraphQL example line 506 --- core/graphql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }