Skip to content

Commit 602d319

Browse files
committed
Interfaces an object implements are ordered
1 parent 7170d82 commit 602d319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 3 -- Type System.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -921,8 +921,8 @@ of rules must be adhered to by every Object type in a GraphQL schema.
921921
returns {true}.
922922
4. If argument type is Non-Null and a default value is not defined:
923923
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.
924+
3. An object type may declare that it implements an ordered set of one or more
925+
unique interfaces.
926926
4. An object type must be a super-set of all interfaces it implements:
927927
1. Let this object type be {objectType}.
928928
2. For each interface declared implemented as {interfaceType},

0 commit comments

Comments
 (0)