Anchor to __Type
__Type
object
The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the enum.
Depending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.
Anchor to FieldsFields
- Anchor to descriptiondescription•
- Anchor to enumValuesenum•
Values - Anchor to fieldsfields•
- Anchor to inputFieldsinput•
Fields - Anchor to interfacesinterfaces•
- Anchor to isOneOfis•
One Of Boolean!non-null - Anchor to isPrivatelyDocumentedis•
Privately Documented Booleannon-null - Anchor to kindkind•__Type
Kind!non-null - Anchor to namename•
- Anchor to ofTypeof•
Type - Anchor to possibleTypespossible•
Types - Anchor to requiredAccessrequired•
Access - Anchor to specifiedByURLspecified•
By URL
Was this section helpful?