We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb2415e + 8e4bb39 commit 66749e3Copy full SHA for 66749e3
1 file changed
content/graphql/guides/forming-calls-with-graphql.md
@@ -103,6 +103,7 @@ Mutations are structured like this:
103
<pre>mutation {
104
<em>mutationName</em>(input: {<em>MutationNameInput!</em>}) {
105
<em>MutationNamePayload</em>
106
+ }
107
}</pre>
108
109
The input object in this example is `MutationNameInput`, and the payload object is `MutationNamePayload`.
0 commit comments