graphqld ~moving_stuff_around (2022-04-07T19:51:00.3248447)
Dub
Repo
typeToTypeName
graphql
schema
typeconversions
Undocumented in source.
@
safe
template
typeToTypeName (
Type
) {
@
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
(
isFloatingPoint!(Type)
)
enum
typeToTypeName
;
@
safe
static if
(!(
is(Type == enum)
))
static if
(!(
is(Type == bool)
))
static if
(!(
isFloatingPoint!(Type)
))
static if
(
isIntegral!(Type)
)
enum
typeToTypeName
;
@
safe
static if
(!(
is(Type == enum)
))
static if
(!(
is(Type == bool)
))
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
(!(
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.
Meta
Source
See Implementation
graphql
schema
typeconversions
functions
directivesToJson
emptyType
inputFields
typeFields
typeToJson
typeToJson1
typeToJson2
typeToJsonImpl
templates
isScalarType
typeToFieldType
typeToTypeEnum
typeToTypeName