graphqld v1.0.0 (2019-08-22T15:10:55Z)
Dub
Repo
GQLDMap
graphql
schema
types
Undocumented in source.
@
safe
class
GQLDMap :
GQLDType
{
GQLDType
[
string
]
member
;
GQLDMap
[]
derivatives
;
this
();
this
(GQLDKind kind);
void
addDerivative
(GQLDMap d);
string
toString
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(GQLDKind kind)
Undocumented in source.
Members
Functions
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.
Variables
derivatives
GQLDMap
[]
derivatives
;
Undocumented in source.
member
GQLDType
[
string
]
member
;
Undocumented in source.
Inherited Members
From GQLDType
kind
GQLDKind
kind
;
Undocumented in source.
name
string
name
;
Undocumented in source.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
toShortString
string
toShortString
()
Undocumented in source. Be warned that the author may not have intended to support it.
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