File tree 1 file changed +6
-5
lines changed 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1341,8 +1341,9 @@ objects have a separate type in the system.
1341
1341
1342
1342
**Circular References **
1343
1343
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 .
1346
1347
1347
1348
Circular references are generally allowed , however they may not be defined as an
1348
1349
unbroken chain of Non -Null fields . Such Input Objects are invalid , because there
@@ -1467,9 +1468,9 @@ Literal Value | Variables | Coerced Value
1467
1468
characters {"__" } (two underscores).
1468
1469
3. The input field must accept a type where {IsInputType (inputFieldType)}
1469
1470
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 .
1473
1474
1474
1475
### Input Object Extensions
1475
1476
You can’t perform that action at this time.
0 commit comments