@@ -1083,11 +1083,9 @@ For example the following query will not pass validation.
1083
1083
GraphQL servers define what directives they support. For each
1084
1084
usage of a directive, the directive must be available on that server.
1085
1085
1086
- ## Operations
1087
-
1088
- ### Variables
1086
+ ## Variables
1089
1087
1090
- #### Variable Default Values Are Correctly Typed
1088
+ ### Variable Default Values Are Correctly Typed
1091
1089
1092
1090
** Formal Specification **
1093
1091
@@ -1150,7 +1148,7 @@ query intToFloatQuery($floatVar: Float = 1) {
1150
1148
}
1151
1149
```
1152
1150
1153
- #### Variables Are Input Types
1151
+ ### Variables Are Input Types
1154
1152
1155
1153
** Formal Specification **
1156
1154
@@ -1203,7 +1201,7 @@ query takesCatOrDog($catOrDog: CatOrDog) {
1203
1201
}
1204
1202
```
1205
1203
1206
- #### All Variable Uses Defined
1204
+ ### All Variable Uses Defined
1207
1205
1208
1206
** Formal Specification **
1209
1207
@@ -1345,7 +1343,7 @@ This is because {housetrainedQueryTwoNotDefined} does not define
1345
1343
a variable ${atOtherHomes} but that variable is used by {isHousetrainedFragment}
1346
1344
which is included in that operation.
1347
1345
1348
- #### All Variables Used
1346
+ ### All Variables Used
1349
1347
1350
1348
** Formal Specification **
1351
1349
@@ -1427,7 +1425,7 @@ fragment isHousetrainedFragment on Dog {
1427
1425
This document is not valid because {queryWithExtraVar} defines
1428
1426
an extraneous variable.
1429
1427
1430
- #### All Variable Usages are Allowed
1428
+ ### All Variable Usages are Allowed
1431
1429
1432
1430
** Formal Specification **
1433
1431
0 commit comments