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