Skip to content

Commit

Permalink
Merge pull request #459 from mjmahone/master
Browse files Browse the repository at this point in the history
Remove Interface is implemented by 1+ Objects validation
  • Loading branch information
mjmahone authored Jun 8, 2018
2 parents 06614fb + 38ec79e commit 57d1f10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/Section 3 -- Type System.md
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,6 @@ Interface types have the potential to be invalid if incorrectly defined.
type; no two fields may share the same name.
3. Each field of an Interface type must not have a name which begins with the
characters {"__"} (two underscores).
4. An Interface type must be implemented by at least one Object type.


### Interface Extensions
Expand Down

0 comments on commit 57d1f10

Please sign in to comment.