graphqld ~master (2021-10-12T07:07:01Z)
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
(
is(Type == GQLDCustomLeaf!Fs, Fs...)
)
enum
isScalarType
;
@
safe
static if
(!(
is(Type == bool)
))
static if
(!(
is(Type == GQLDCustomLeaf!Fs, Fs...)
))
static if
(
isFloatingPoint!(Type)
)
enum
isScalarType
;
@
safe
static if
(!(
is(Type == bool)
))
static if
(!(
is(Type == GQLDCustomLeaf!Fs, Fs...)
))
static if
(!(
isFloatingPoint!(Type)
))
static if
(
isIntegral!(Type)
)
enum
isScalarType
;
@
safe
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
isScalarType
;
@
safe
static if
(!(
is(Type == bool)
))
static if
(!(
is(Type == GQLDCustomLeaf!Fs, Fs...)
))
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
(!(
is(Type == GQLDCustomLeaf!Fs, Fs...)
))
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.
isScalarType
enum
isScalarType
;
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