Skip to content

Commit 66749e3

Browse files
authored
Merge pull request #2827 from Patrycz3k/eliperkins-patch-1
Add missing closing bracket to mutation structure
2 parents cb2415e + 8e4bb39 commit 66749e3

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)