We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc67f36 commit a6df980Copy full SHA for a6df980
spec/Section 4 -- Introspection.md
@@ -316,9 +316,10 @@ Fields\:
316
**Interface**
317
318
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`.
+that implements an interface must define all the named fields where each
+implementing field type is equal to or a sub-type of (covariant) the interface
+type. The implementations of this interface are explicitly listed out in
322
+`possibleTypes`.
323
324
Fields\:
325
0 commit comments