File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1488,13 +1488,13 @@ query @skip(if: $foo) {
1488
1488
1489
1489
** Explanatory Text**
1490
1490
1491
- GraphQL allows directives that are defined as ` repeatable ` to be used
1492
- more than once on the definition they apply to, possibly with different arguments.
1493
- In contrast, if a directive is not ` repeatable ` , then only one occurence of it
1494
- is allowed per location.
1491
+ GraphQL allows directives that are defined as ` repeatable ` to be used more than
1492
+ once on the definition they apply to, possibly with different arguments. In
1493
+ contrast, if a directive is not ` repeatable ` , then only one occurrence of it is
1494
+ allowed per location.
1495
1495
1496
- For example, the following document will not pass validation because non-repeatable
1497
- ` @skip ` has been used twice for the same field:
1496
+ For example, the following document will not pass validation because
1497
+ non-repeatable ` @skip ` has been used twice for the same field:
1498
1498
1499
1499
``` raw graphql counter-example
1500
1500
query ($foo: Boolean = true, $bar: Boolean = false) {
You can’t perform that action at this time.
0 commit comments