__Type

Undocumented in source.

Members

Functions

enumValues
Nullable!(__EnumValue[]) enumValues(bool includeDeprecated)
Undocumented in source.
fields
Nullable!(__Field[]) fields(bool includeDeprecated)
Undocumented in source.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

description
Nullable!string description;
Undocumented in source.
inputFields
Nullable!(__InputValue[]) inputFields;
Undocumented in source.
interfaces
Nullable!(__Type[]) interfaces;
Undocumented in source.
kind
__TypeKind kind;
Undocumented in source.
name
Nullable!string name;
Undocumented in source.
ofType
NullableStore!(__Type) ofType;
Undocumented in source.
possibleTypes
Nullable!(__Type[]) possibleTypes;
Undocumented in source.

Meta