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.
2 parents cbd137f + 421d8aa commit b73c268Copy full SHA for b73c268
Section 4 -- Introspection.md
@@ -253,8 +253,8 @@ Fields
253
* `fields`: The set of fields required by this interface.
254
* Accepts the argument `includeDeprecated` which defaults to {false}. If
255
{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.
+* `possibleTypes` returns the list of types that implement this interface.
+ They must be object types.
258
* All other fields must return {null}.
259
260
#### Enum
0 commit comments