graphqld v4.0.0 (2023-01-10T11:26:58Z)
Dub
Repo
collectReturnType.rt
graphql
traits
collectReturnType
Undocumented in source.
template
collectReturnType
(Type, Names...)
static if
(
Names.length > 0
)
static if
(
__traits(getProtection, __traits(getMember, Type, Names[0])) == "public" && isCallable!(__traits(getMember, Type, Names[0]))
)
alias
rt
=
ReturnType
!(__traits(
getMember
,
Type
,
Names
[0]))
Meta
Source
See Implementation
graphql
traits
collectReturnType
aliases
before
collectReturnType
rt
tmp
variables
udaDataT