graphqld v2.1.2 (2020-02-06T16:16:39Z)
Dub
Repo
GQLDType
graphql
schema
types
Undocumented in source.
@
safe
abstract
class
GQLDType {
const
GQLDKind
kind
;
string
name
;
this
(GQLDKind kind);
string
toString
();
string
toShortString
();
}
Constructors
this
this
(GQLDKind kind)
Undocumented in source.
Members
Functions
toShortString
string
toShortString
()
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
kind
GQLDKind
kind
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
graphql
schema
types
classes
GQLDBool
GQLDEnum
GQLDFloat
GQLDInt
GQLDLeaf
GQLDList
GQLDMap
GQLDMutation
GQLDNonNull
GQLDNullable
GQLDObject
GQLDOperation
GQLDQuery
GQLDScalar
GQLDSchema
GQLDString
GQLDSubscription
GQLDType
GQLDUnion
enums
GQLDKind
functions
toList
toMap
toNonNull
toNullable
toObject
toOperation
toScalar
toShortString
typeToGQLDType