graphqld v4.0.0 (2023-01-10T11:26:58Z)
Dub
Repo
typeToTypeName
graphql
schema
typeconversions
Undocumented in source.
@
safe
template
typeToTypeName (
Type
) {
struct
GQLDCustomLeaf
(T, alias SerializationFun, alias DeserializationFun)
via
import
graphql
.
uda
:
GQLDCustomLeaf
;
;
@
safe
static if
(
is(Type == enum)
)
enum
typeToTypeName
;
@
safe
static if
(!(
is(Type == enum)
))
static if
(
is(Type == bool)
)
enum
typeToTypeName
;
@
safe
static if
(!(
is(Type == enum)
))
static if
(!(
is(Type == bool)
))
static if
(
is(Type == GQLDCustomLeaf!Fs, Fs...)
)
enum
typeToTypeName
;
@
safe
static if
(!(
is(Type == enum)
))
static if
(!(
is(Type == bool)
))
static if
(!(
is(Type == GQLDCustomLeaf!Fs, Fs...)
))
static if
(
isFloatingPoint!(Type)
)
enum
typeToTypeName
;
@
safe
static if
(!(
is(Type == enum)
))
static if
(!(
is(Type == bool)
))
static if
(!(
is(Type == GQLDCustomLeaf!Fs, Fs...)
))
static if
(!(
isFloatingPoint!(Type)
))
static if
(
isIntegral!(Type)
)
enum
typeToTypeName
;
@
safe
static if
(!(
is(Type == enum)
))
static if
(!(
is(Type == bool)
))
static if
(!(
is(Type == GQLDCustomLeaf!Fs, Fs...)
))
static if
(!(
isFloatingPoint!(Type)
))
static if
(!(
isIntegral!(Type)
))
static if
(
isSomeString!Type
)
enum
typeToTypeName
;
@
safe
static if
(!(
is(Type == enum)
))
static if
(!(
is(Type == bool)
))
static if
(!(
is(Type == GQLDCustomLeaf!Fs, Fs...)
))
static if
(!(
isFloatingPoint!(Type)
))
static if
(!(
isIntegral!(Type)
))
static if
(!(
isSomeString!Type
))
enum
typeToTypeName
;
}
Members
Manifest constants
typeToTypeName
enum
typeToTypeName
;
Undocumented in source.
typeToTypeName
enum
typeToTypeName
;
Undocumented in source.
typeToTypeName
enum
typeToTypeName
;
Undocumented in source.
typeToTypeName
enum
typeToTypeName
;
Undocumented in source.
typeToTypeName
enum
typeToTypeName
;
Undocumented in source.
typeToTypeName
enum
typeToTypeName
;
Undocumented in source.
typeToTypeName
enum
typeToTypeName
;
Undocumented in source.
Meta
Source
See Implementation
graphql
schema
typeconversions
functions
directivesToJson
emptyType
getField
getIntrospectionField
inputFields
removeNonNullAndList
typeFields
typeToJson
typeToJson1
typeToJson2
typeToJsonImpl
templates
isScalarType
notNullOrArray
typeToFieldType
typeToParameterTypeName
typeToTypeEnum
typeToTypeName