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