Skip to content

Commit 2aa3957

Browse files
authored
Add missing closing bracket to mutation structure
I noticed this was missing a balanced bracket!
1 parent 54190f2 commit 2aa3957

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/graphql/guides/forming-calls-with-graphql.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Mutations are structured like this:
103103
<pre>mutation {
104104
<em>mutationName</em>(input: {<em>MutationNameInput!</em>}) {
105105
<em>MutationNamePayload</em>
106+
}
106107
}</pre>
107108

108109
The input object in this example is `MutationNameInput`, and the payload object is `MutationNamePayload`.

0 commit comments

Comments
 (0)