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 de5cfc4 commit 3a33b47Copy full SHA for 3a33b47
spec/Section 3 -- Type System.md
@@ -979,6 +979,7 @@ Interface types have the potential to be invalid if incorrectly defined.
979
type; no two fields may share the same name.
980
3. Each field of an Interface type must not have a name which begins with the
981
characters {"__"} (two underscores).
982
+4. An Interface type must be implemented by at least one Object type.
983
984
985
### Interface Extensions
0 commit comments