ofType
Arguments
ofType doesn't take any arguments.
Type
This field resolves to __Type, which has the following fields:
| Field | Description | Type |
|---|---|---|
kind | __TypeKind! | |
name | String | |
description | String | |
specifiedByURL | String | |
fields | [ __Field! ] | |
interfaces | [ __Type! ] | |
possibleTypes | [ __Type! ] | |
enumValues | [ __EnumValue! ] | |
inputFields | [ __InputValue! ] | |
ofType | __Type | |
isOneOf | Boolean |