graphqld v2.1.2 (2020-02-06T16:16:39Z)
Dub
Repo
collectParameterTypes.ArgTypes
graphql
traits
collectParameterTypes
Undocumented in source.
template
collectParameterTypes
(Type, Names...)
static if
(
Names.length > 0
)
static if
(
__traits(getProtection, __traits(getMember, Type, Names[0])) == "public" && isCallable!(__traits(getMember, Type, Names[0]))
)
alias
ArgTypes
=
ParameterTypeTuple
!(__traits(
getMember
,
Type
,
Names
[0]))
Meta
Source
See Implementation
graphql
traits
collectParameterTypes
aliases
ArgTypes
collectParameterTypes