graphqld ~master (2021-10-12T07:07:01Z)
Dub
Repo
typeToTypeName
graphql
schema
typeconversions
Undocumented in source.
@
safe
template
typeToTypeName (
Type
) {
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