@@ -4862,7 +4862,7 @@ ERROR
4862
4862
4863
4863
**Formal Specification **
4864
4864
4865
- - Let {types } be the set of all object types in the composite schema .
4865
+ - Let {types } be the set of all object types in the composed schema .
4866
4866
- For each {type} in {types }:
4867
4867
- Let {fields } be a set of all fields in {type }.
4868
4868
- {fields } must not be empty .
@@ -4947,7 +4947,7 @@ ERROR
4947
4947
4948
4948
**Formal Specification **
4949
4949
4950
- - Let {types } be the set of all interface types in the composite schema .
4950
+ - Let {types } be the set of all interface types in the composed schema .
4951
4951
- For each {type} in {types }:
4952
4952
- Let {fields } be a set of all fields in {type }.
4953
4953
- {fields } must not be empty .
@@ -5314,7 +5314,7 @@ input BookFilter {
5314
5314
- For each {field } in {fields }:
5315
5315
- If {field } is a non -null input field :
5316
5316
- Let {coordinate } be the coordinate of {field }.
5317
- - {coordinate } must be in the composite schema .
5317
+ - {coordinate } must be in the composed schema .
5318
5318
5319
5319
**Explanatory Text**
5320
5320
@@ -5428,11 +5428,11 @@ input BookFilter {
5428
5428
5429
5429
**Formal Specification **
5430
5430
5431
- - Let {fields } be the set of all fields of the input types
5431
+ - Let {fields } be the set of all fields of the input types in the composed
5432
+ schema .
5432
5433
- For each {field} in {fields }:
5433
- - If {field } is not declared as `@inaccessible `
5434
- - Let {namedType } be the named type that {field} references
5435
- - {namedType } must not be declared as `@inaccessible `
5434
+ - Let {namedType } be the named type that {field} references
5435
+ - {namedType } must be in the composed schema .
5436
5436
5437
5437
**Explanatory Text**
5438
5438
0 commit comments