Skip to content

Commit f34d562

Browse files
committed
rogue plural + links
1 parent 7b8d17f commit f34d562

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/Section 3 -- Type System.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,12 +1771,12 @@ InputFieldDefaultValueHasCycle(field, defaultValue, visitedFields):
17711771
### OneOf Input Objects
17721772

17731773
:: A _OneOf Input Object_ is a special variant of _Input Object_ where exactly
1774-
one fields must be set and non-null, all others being omitted. This is useful
1775-
for representing situations where an input may be one of many different options.
1774+
one field must be set and non-null, all others being omitted. This is useful for
1775+
representing situations where an input may be one of many different options.
17761776

1777-
When using the type system definition language, the `@oneOf` directive is used
1778-
to indicate that an Input Object is a OneOf Input Object (and thus requires
1779-
exactly one of its fields be provided):
1777+
When using the type system definition language, the [`@oneOf`](#sec--oneOf)
1778+
directive is used to indicate that an Input Object is a OneOf Input Object (and
1779+
thus requires exactly one of its fields be provided):
17801780

17811781
```graphql
17821782
input UserUniqueCondition @oneOf {
@@ -2313,7 +2313,7 @@ directive @oneOf on INPUT_OBJECT
23132313
```
23142314

23152315
The `@oneOf` _built-in directive_ is used within the type system definition
2316-
language to indicate an Input Object is a OneOf Input Object.
2316+
language to indicate an _Input Object_ is a _OneOf Input Object_.
23172317

23182318
```graphql example
23192319
input UserUniqueCondition @oneOf {

0 commit comments

Comments
 (0)