We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89475ac commit c36c6dbCopy full SHA for c36c6db
spec/Section 5 -- Validation.md
@@ -120,6 +120,22 @@ query getName {
120
}
121
```
122
123
+It is invalid even if the type of each operation is different:
124
+
125
+```!graphql
126
+query dogOperation {
127
+ dog {
128
+ name
129
+ }
130
+}
131
132
+mutation dogOperation {
133
+ mutateDog {
134
+ id
135
136
137
+```
138
139
### Anonymous Operation Definitions
140
141
#### Lone Anonymous Operation
0 commit comments