Anchor to __Type
object__Type
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 accessRestrictedaccess•Boolean
Restricted non-null - Anchor to accessRestrictedReasonaccess•String
Restricted Reason - Anchor to componentNamecomponent•String
Name - Anchor to descriptiondescription•String
- Anchor to enumValuesenum•[__Enum
Values Value!] - Anchor to fieldsfields•[__Field!]
- Anchor to inputFieldsinput•[__Input
Fields Value!] - Anchor to interfacesinterfaces•[__Type!]
- Anchor to isOneOfis•Boolean!
One Of non-null - Anchor to isPrivatelyDocumentedis•Boolean
Privately Documented non-null - Anchor to isProtectedis•Boolean
Protected non-null - Anchor to kindkind•__Type
Kind! non-null - Anchor to namename•String
- Anchor to ofTypeof•__Type
Type - Anchor to possibleTypespossible•[__Type!]
Types - Anchor to protectedSubjectprotected•String
Subject - Anchor to requiredAccessrequired•String
Access - Anchor to specifiedByURLspecified
By URL