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 802de27 commit 24c3d2fCopy full SHA for 24c3d2f
spec/Section 3 -- Type System.md
@@ -539,7 +539,8 @@ of rules must be adhered to by every Object type in a GraphQL schema.
539
no two fields may share the same name.
540
3. Each field of an Object type must not have a name which begins with the
541
characters {"__"} (two underscores).
542
-4. An object type must be a super-set of all interfaces it implements:
+4. An object type may declare that it implements one or more unique interfaces.
543
+5. An object type must be a super-set of all interfaces it implements:
544
1. The object type must include a field of the same name for every field
545
defined in an interface.
546
1. The object field must be of a type which is equal to or a sub-type of
0 commit comments