Skip to content

Commit 665135f

Browse files
authored
Update formatting
1 parent 62718db commit 665135f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

spec/Section 3 -- Type System.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,8 +1341,9 @@ objects have a separate type in the system.
13411341

13421342
**Circular References**
13431343

1344-
Input Objects are allowed to reference other Input Objects. A circular reference occurs
1345-
when an Input Object references itself either directly or through subordinated Input Objects.
1344+
Input Objects are allowed to reference other Input Objects. A circular reference
1345+
occurs when an Input Object references itself either directly or through
1346+
referenced Input Objects.
13461347

13471348
Circular references are generally allowed, however they may not be defined as an
13481349
unbroken chain of Non-Null fields. Such Input Objects are invalid, because there
@@ -1467,9 +1468,9 @@ Literal Value | Variables | Coerced Value
14671468
characters {"__"} (two underscores).
14681469
3. The input field must accept a type where {IsInputType(inputFieldType)}
14691470
returns {true}.
1470-
3. If an Input Object references itself either directly or through subordinated
1471-
Input Objects, one of the fields in the chain of references must be either nullable
1472-
or a List.
1471+
3. If an Input Object references itself either directly or through referenced
1472+
Input Objects, one of the fields in the chain of references must be either
1473+
nullable or a List.
14731474

14741475
### Input Object Extensions
14751476

0 commit comments

Comments
 (0)