Skip to content

Commit b73c268

Browse files
committed
Merge pull request #31 from ckimes89/patch-1
Change possibleTypes wording for Interface
2 parents cbd137f + 421d8aa commit b73c268

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)