graphqld ~moving_stuff_around (2022-04-07T19:51:00.3248447)
Dub
Repo
collectTypesImpl.RetTypes
graphql
traits
collectTypesImpl
Undocumented in source.
alias
RetTypes
=
AliasSeq
!(
collectReturnType
!(
Type
,
__traits
(
allMembers
,
Type
)))
alias
RetTypes
=
AliasSeq
!(
collectReturnType
!(
Type
,
__traits
(
allMembers
,
Type
)))
alias
RetTypes
=
AliasSeq
!(
collectReturnType
!(
Type
,
__traits
(
allMembers
,
Type
)))
template
collectTypesImpl
(Type)
static if
(!(
is(Type == interface)
))
static if
(!(
is(Type == class)
))
static if
(!(
is(Type == union)
))
static if
(!(
is(Type : Nullable!F, F)
))
static if
(
is(Type == struct)
)
alias
RetTypes
=
AliasSeq
!(
collectReturnType
!(
Type
, __traits(
allMembers
,
Type
)))
Meta
Source
See Implementation
graphql
traits
collectTypesImpl
aliases
ArgTypes
RetTypes
collectTypesImpl
tmp