graphqld ~master (2021-10-12T07:07:01Z)
Dub
Repo
isScalarType.isScalarType
graphql
schema
typeconversions
isScalarType
Undocumented in source.
enum
isScalarType
;
enum
isScalarType
;
enum
isScalarType
;
enum
isScalarType
;
enum
isScalarType
;
enum
isScalarType
;
enum
isScalarType
;
template
isScalarType
(Type)
@
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
=
false
;
Meta
Source
See Source File
graphql
schema
typeconversions
isScalarType
manifest constants
isScalarType