Skip to content

Commit 421d8aa

Browse files
author
ckimes89
committed
Change possibleTypes wording for Interface
Most likely a copy/paste error from possibleTypes in Union right above.
1 parent fd7410b commit 421d8aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Section 4 -- Introspection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ Fields
253253
* `fields`: The set of fields required by this interface.
254254
* Accepts the argument `includeDeprecated` which defaults to {false}. If
255255
{true}, deprecated fields are also returned.
256-
* `possibleTypes` returns the list of types that can be represented within this
257-
union. They must be object types.
256+
* `possibleTypes` returns the list of types that implement this interface.
257+
They must be object types.
258258
* All other fields must return {null}.
259259

260260
#### Enum

0 commit comments

Comments
 (0)