зеркало из https://github.com/github/docs.git
Add missing closing bracket to mutation structure
I noticed this was missing a balanced bracket!
This commit is contained in:
Родитель
54190f29a3
Коммит
2aa3957967
|
@ -103,6 +103,7 @@ Mutations are structured like this:
|
|||
<pre>mutation {
|
||||
<em>mutationName</em>(input: {<em>MutationNameInput!</em>}) {
|
||||
<em>MutationNamePayload</em>
|
||||
}
|
||||
}</pre>
|
||||
|
||||
The input object in this example is `MutationNameInput`, and the payload object is `MutationNamePayload`.
|
||||
|
|
Загрузка…
Ссылка в новой задаче