We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299ce69 commit 57bd86dCopy full SHA for 57bd86d
spec/Section 4 -- Introspection.md
@@ -328,8 +328,8 @@ Fields\:
328
- `fields` must return the set of fields required by this interface.
329
- Accepts the argument `includeDeprecated` which defaults to {false}. If
330
{true}, deprecated fields are also returned.
331
-- `interfaces` must return the set of interfaces that an object implements (if
332
- none, `interfaces` must return the empty set).
+- `interfaces` must return the set of interfaces that an interface implements
+ (if none, `interfaces` must return the empty set).
333
- `possibleTypes` returns the list of types that implement this interface. They
334
must be object types.
335
- All other fields must return {null}.
0 commit comments