@@ -306,7 +306,7 @@ mutation {
306
306
}
307
307
```
308
308
309
- ** Query shorthand **
309
+ ** Query Shorthand **
310
310
311
311
If a document contains only one operation and that operation is a query which
312
312
defines no variables and has no directives applied to it then that operation may
@@ -439,7 +439,7 @@ Many arguments can exist for a given field:
439
439
}
440
440
```
441
441
442
- ** Arguments are unordered **
442
+ ** Arguments are Unordered **
443
443
444
444
Arguments may be provided in any syntactic order and maintain identical semantic
445
445
meaning.
@@ -1127,7 +1127,7 @@ curly-braces `{ }`. The values of an object literal may be any input value
1127
1127
literal or variable (ex. ` { name: "Hello world", score: 1.0 } ` ). We refer to
1128
1128
literal representation of input objects as "object literals."
1129
1129
1130
- ** Input object fields are unordered **
1130
+ ** Input Object Fields are Unordered **
1131
1131
1132
1132
Input object fields may be provided in any syntactic order and maintain
1133
1133
identical semantic meaning.
@@ -1204,7 +1204,7 @@ size `60`:
1204
1204
}
1205
1205
```
1206
1206
1207
- ** Variable use within Fragments**
1207
+ ** Variable Use within Fragments**
1208
1208
1209
1209
Variables can be used within fragments. Variables have global scope with a given
1210
1210
operation, so a variable used within a fragment must be declared in any
@@ -1279,7 +1279,7 @@ As future versions of GraphQL adopt new configurable execution capabilities,
1279
1279
they may be exposed via directives. GraphQL services and tools may also provide
1280
1280
any additional _ custom directive_ beyond those described here.
1281
1281
1282
- ** Directive order is significant **
1282
+ ** Directive Order is Significant **
1283
1283
1284
1284
Directives may be provided in a specific syntactic order which may have semantic
1285
1285
interpretation.
0 commit comments