Skip to content

Commit d490572

Browse files
committed
added mutation op type to examples 191, 192
1 parent 47a6bfd commit d490572

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/Section 6 -- Execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ completion before it continues on to the next item in the grouped field set:
399399
For example, given the following selection set to be executed serially:
400400

401401
```graphql example
402-
{
402+
mutation {
403403
changeBirthday(birthday: $newBirthday) {
404404
month
405405
}
@@ -421,7 +421,7 @@ As an illustrative example, let's assume we have a mutation field
421421
we execute the following selection set serially:
422422

423423
```graphql example
424-
{
424+
mutation {
425425
first: changeTheNumber(newNumber: 1) {
426426
theNumber
427427
}

0 commit comments

Comments
 (0)