We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7170d82 commit 602d319Copy full SHA for 602d319
spec/Section 3 -- Type System.md
@@ -921,8 +921,8 @@ of rules must be adhered to by every Object type in a GraphQL schema.
921
returns {true}.
922
4. If argument type is Non-Null and a default value is not defined:
923
1. The `@deprecated` directive must not be applied to this argument.
924
-3. An object type may declare that it implements a set of one or more unique
925
- interfaces.
+3. An object type may declare that it implements an ordered set of one or more
+ unique interfaces.
926
4. An object type must be a super-set of all interfaces it implements:
927
1. Let this object type be {objectType}.
928
2. For each interface declared implemented as {interfaceType},
0 commit comments