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