graphql.schema.types

Undocumented in source.

Members

Classes

GQLDBool
class GQLDBool
Undocumented in source.
GQLDEnum
class GQLDEnum
Undocumented in source.
GQLDFloat
class GQLDFloat
Undocumented in source.
GQLDInt
class GQLDInt
Undocumented in source.
GQLDLeaf
class GQLDLeaf
Undocumented in source.
GQLDList
class GQLDList
Undocumented in source.
GQLDMap
class GQLDMap
Undocumented in source.
GQLDMutation
class GQLDMutation
Undocumented in source.
GQLDNonNull
class GQLDNonNull
Undocumented in source.
GQLDNullable
class GQLDNullable
Undocumented in source.
GQLDObject
class GQLDObject
Undocumented in source.
GQLDOperation
class GQLDOperation
Undocumented in source.
GQLDQuery
class GQLDQuery
Undocumented in source.
GQLDScalar
class GQLDScalar
Undocumented in source.
GQLDSchema
class GQLDSchema(Type)
Undocumented in source.
GQLDString
class GQLDString
Undocumented in source.
GQLDSubscription
class GQLDSubscription
Undocumented in source.
GQLDType
class GQLDType
Undocumented in source.
GQLDUnion
class GQLDUnion
Undocumented in source.

Enums

GQLDKind
enum GQLDKind
Undocumented in source.

Functions

toList
GQLDList toList(GQLDType t)
Undocumented in source. Be warned that the author may not have intended to support it.
toMap
GQLDMap toMap(GQLDType t)
Undocumented in source. Be warned that the author may not have intended to support it.
toNonNull
GQLDNonNull toNonNull(GQLDType t)
Undocumented in source. Be warned that the author may not have intended to support it.
toNullable
GQLDNullable toNullable(GQLDType t)
Undocumented in source. Be warned that the author may not have intended to support it.
toObject
GQLDObject toObject(GQLDType t)
Undocumented in source. Be warned that the author may not have intended to support it.
toOperation
GQLDOperation toOperation(GQLDType t)
Undocumented in source. Be warned that the author may not have intended to support it.
toScalar
GQLDScalar toScalar(GQLDType t)
Undocumented in source. Be warned that the author may not have intended to support it.
toShortString
string toShortString(const(GQLDType) e)
Undocumented in source. Be warned that the author may not have intended to support it.
typeToGQLDType
GQLDType typeToGQLDType(SCH ret)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta