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