Skip to content

Commit 3a33b47

Browse files
mattkrickleebyron
authored andcommitted
Require Interface to implement at least 1 Object (#424)
* Require Interface to implement at least 1 Object Matching PR for graphql-js: graphql/graphql-js#1280 * add period
1 parent de5cfc4 commit 3a33b47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/Section 3 -- Type System.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,7 @@ Interface types have the potential to be invalid if incorrectly defined.
979979
type; no two fields may share the same name.
980980
3. Each field of an Interface type must not have a name which begins with the
981981
characters {"__"} (two underscores).
982+
4. An Interface type must be implemented by at least one Object type.
982983

983984

984985
### Interface Extensions

0 commit comments

Comments
 (0)