GQLDSchema

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

createInbuildTypes
void createInbuildTypes()
Undocumented in source. Be warned that the author may not have intended to support it.
createIntrospectionTypes
void createIntrospectionTypes()
Undocumented in source. Be warned that the author may not have intended to support it.
getReturnType
GQLDType getReturnType(GQLDType t, string field)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

__directives
GQLDObject __directives;
Undocumented in source.
__enumValue
GQLDObject __enumValue;
Undocumented in source.
__field
GQLDObject __field;
Undocumented in source.
__inputValue
GQLDObject __inputValue;
Undocumented in source.
__listOfNonNullEnumValue
GQLDList __listOfNonNullEnumValue;
Undocumented in source.
__listOfNonNullField
GQLDNullable __listOfNonNullField;
Undocumented in source.
__listOfNonNullInputValue
GQLDList __listOfNonNullInputValue;
Undocumented in source.
__listOfNonNullType
GQLDNullable __listOfNonNullType;
Undocumented in source.
__nonNullField
GQLDNonNull __nonNullField;
Undocumented in source.
__nonNullInputValue
GQLDNonNull __nonNullInputValue;
Undocumented in source.
__nonNullListOfNonNullInputValue
GQLDNonNull __nonNullListOfNonNullInputValue;
Undocumented in source.
__nonNullListOfNonNullType
GQLDNonNull __nonNullListOfNonNullType;
Undocumented in source.
__nonNullType
GQLDNonNull __nonNullType;
Undocumented in source.
__nullableType
GQLDNullable __nullableType;
Undocumented in source.
__schema
GQLDObject __schema;
Undocumented in source.
__type
GQLDObject __type;
Undocumented in source.
types
GQLDType[string] types;
Undocumented in source.

Inherited Members

From GQLDMap

member
GQLDType[string] member;
Undocumented in source.
outputOnlyMembers
RedBlackTree!string outputOnlyMembers;
Undocumented in source.
derivatives
GQLDMap[] derivatives;
Undocumented in source.
addDerivative
void addDerivative(GQLDMap d)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta