Skip to content

Commit daa70ab

Browse files
committed
remove @inaccessible requirements from post merge validation rules
1 parent 02fa661 commit daa70ab

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

spec/Section 4 -- Composition.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4862,7 +4862,7 @@ ERROR
48624862

48634863
**Formal Specification**
48644864

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.
48664866
- For each {type} in {types}:
48674867
- Let {fields} be a set of all fields in {type}.
48684868
- {fields} must not be empty.
@@ -4947,7 +4947,7 @@ ERROR
49474947

49484948
**Formal Specification**
49494949

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.
49514951
- For each {type} in {types}:
49524952
- Let {fields} be a set of all fields in {type}.
49534953
- {fields} must not be empty.
@@ -5314,7 +5314,7 @@ input BookFilter {
53145314
- For each {field} in {fields}:
53155315
- If {field} is a non-null input field:
53165316
- Let {coordinate} be the coordinate of {field}.
5317-
- {coordinate} must be in the composite schema.
5317+
- {coordinate} must be in the composed schema.
53185318

53195319
**Explanatory Text**
53205320

@@ -5428,11 +5428,11 @@ input BookFilter {
54285428

54295429
**Formal Specification**
54305430

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.
54325433
- 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.
54365436

54375437
**Explanatory Text**
54385438

0 commit comments

Comments
 (0)