File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -819,8 +819,8 @@ of rules must be adhered to by every Object type in a GraphQL schema.
819
819
2 . The argument must accept a type where {IsInputType(argumentType)}
820
820
returns {true}.
821
821
3 . If the field is a Oneof Field:
822
- 1 . The field must be nullable.
823
- 2 . The field must not have a default value.
822
+ 1 . The argument must be nullable.
823
+ 2 . The argument must not have a default value.
824
824
3 . An object type may declare that it implements one or more unique interfaces.
825
825
4 . An object type must be a super-set of all interfaces it implements:
826
826
1 . Let this object type be {objectType}.
@@ -1190,8 +1190,8 @@ Interface types have the potential to be invalid if incorrectly defined.
1190
1190
2. The argument must accept a type where {IsInputType (argumentType)}
1191
1191
returns {true }.
1192
1192
3. If the field is a Oneof Field :
1193
- 1. The field must be nullable .
1194
- 2. The field must not have a default value .
1193
+ 1. The argument must be nullable .
1194
+ 2. The argument must not have a default value .
1195
1195
3. An interface type may declare that it implements one or more unique
1196
1196
interfaces , but may not implement itself .
1197
1197
4. An interface type must be a super -set of all interfaces it implements :
You can’t perform that action at this time.
0 commit comments