We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea790f2 + 97dcc13 commit 3b08851Copy full SHA for 3b08851
spec/Section 5 -- Validation.md
@@ -142,8 +142,10 @@ mutation dogOperation {
142
143
** Formal Specification **
144
145
- * Let {operations} be all anonymous operation definitions in the document.
146
- * {operations} must be a set of one.
+ * Let {operations} be all operation definitions in the document.
+ * Let {anonymous} be all anonymous operation definitions in the document.
147
+ * If {operations} is a set of more than 1:
148
+ * {anonymous} must be empty.
149
150
** Explanatory Text **
151
0 commit comments