graphqld ~master (2021-10-12T07:07:01Z)
Dub
Repo
typeToParameterTypeName.level2
graphql
schema
typeconversions
typeToParameterTypeName
Undocumented in source.
template
typeToParameterTypeName
(Type)
@
safe
template
level2 (
Type
) {
@
safe
static if
(
is(Type : Nullable!F, F)
)
enum
level2
;
@
safe
static if
(!(
is(Type : Nullable!F, F)
))
enum
level2
;
}
Members
Manifest constants
level2
enum
level2
;
Undocumented in source.
level2
enum
level2
;
Undocumented in source.
Meta
Source
See Implementation
graphql
schema
typeconversions
typeToParameterTypeName
manifest constants
typeToParameterTypeName
templates
level0
level1
level2
levelM1