Skip to content

Commit 57d1f10

Browse files
authored
Merge pull request #459 from mjmahone/master
Remove Interface is implemented by 1+ Objects validation
2 parents 06614fb + 38ec79e commit 57d1f10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/Section 3 -- Type System.md

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

10181017

10191018
### Interface Extensions

0 commit comments

Comments
 (0)