Skip to content

Commit a6df980

Browse files
authored
Match language in IsValidImplimentation
1 parent bc67f36 commit a6df980

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

spec/Section 4 -- Introspection.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,10 @@ Fields\:
316316
**Interface**
317317

318318
Interfaces are an abstract type where there are common fields declared. Any type
319-
that implements an interface must define all the fields with names and types
320-
either exactly matching or of covariant types. The implementations of this interface
321-
are explicitly listed out in `possibleTypes`.
319+
that implements an interface must define all the named fields where each
320+
implementing field type is equal to or a sub-type of (covariant) the interface
321+
type. The implementations of this interface are explicitly listed out in
322+
`possibleTypes`.
322323

323324
Fields\:
324325

0 commit comments

Comments
 (0)