File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1488,13 +1488,13 @@ query @skip(if: $foo) {
14881488
14891489** Explanatory Text**
14901490
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.
14951495
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:
14981498
14991499``` raw graphql counter-example
15001500query ($foo: Boolean = true, $bar: Boolean = false) {
You can’t perform that action at this time.
0 commit comments