graphqld ~master (2021-10-12T07:07:01Z)
Dub
Repo
typeToTypeEnum.udas
graphql
schema
typeconversions
typeToTypeEnum
Undocumented in source.
template
typeToTypeEnum
(Type)
@
safe
static if
(
isAggregateType!Type && hasUDA!(Type, GQLDUdaData) && getUDAs!(Type, GQLDUdaData)[0].typeKind != TypeKind.UNDEFINED
)
enum
udas
=
getUDAs
!(
Type
,
GQLDUdaData
)
;
Meta
Source
See Source File
graphql
schema
typeconversions
typeToTypeEnum
manifest constants
typeToTypeEnum
udas
variables
u