Skip to content

Commit 57bd86d

Browse files
Editorial: Fix reference to object in interface introspection (#964)
Missed issue during the interface extension RFC. Co-authored-by: Roman Ivantsov <[email protected]>
1 parent 299ce69 commit 57bd86d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 4 -- Introspection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ Fields\:
328328
- `fields` must return the set of fields required by this interface.
329329
- Accepts the argument `includeDeprecated` which defaults to {false}. If
330330
{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).
331+
- `interfaces` must return the set of interfaces that an interface implements
332+
(if none, `interfaces` must return the empty set).
333333
- `possibleTypes` returns the list of types that implement this interface. They
334334
must be object types.
335335
- All other fields must return {null}.

0 commit comments

Comments
 (0)