Skip to content

Commit db4a3c3

Browse files
committed
Add operation name and variables
1 parent 2415f8b commit db4a3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 6 -- Execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ For example, given the following mutation operation, the root _selection set_
400400
must be executed serially:
401401

402402
```graphql example
403-
mutation {
403+
mutation ChangeBirthdayAndAddress($newBirthday: String!, $newAddress: String!) {
404404
changeBirthday(birthday: $newBirthday) {
405405
month
406406
}

0 commit comments

Comments
 (0)