Skip to content

Commit 99dc4b0

Browse files
authored
fix: add missing double quotes in GraphQL example (#1596)
1 parent 8e36f48 commit 99dc4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ Your custom mutations will be available like this:
503503
}
504504
505505
mutation {
506-
withCustomArgsMutationBook(input: {sendMail: true, clientMutationId: "myId}) {
506+
withCustomArgsMutationBook(input: {sendMail: true, clientMutationId: "myId"}) {
507507
book {
508508
title
509509
}

0 commit comments

Comments
 (0)