@vnodes/graphql
Preparing search index...
GraphQLFieldResolverParams
Type Alias GraphQLFieldResolverParams<TSource, TContext, TArgs>
type
GraphQLFieldResolverParams
<
TSource
,
TContext
,
TArgs
=
{
[
argName
:
string
]:
any
}
,
>
=
{
args
:
TArgs
;
contextValue
:
TContext
;
info
:
GraphQLResolveInfo
;
source
:
TSource
;
}
Type Parameters
TSource
TContext
TArgs
=
{
[
argName
:
string
]:
any
}
Index
Properties
args
context
Value
info
source
Properties
args
args
:
TArgs
context
Value
contextValue
:
TContext
info
info
:
GraphQLResolveInfo
source
source
:
TSource
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
context
Value
info
source
@vnodes/graphql
Loading...