@vnodes/graphql
Preparing search index...
FieldMiddleware
Interface FieldMiddleware<TSource, TContext, TArgs, TOutput>
Type Parameters
TSource
=
any
TContext
=
any
TArgs
=
{
[
argName
:
string
]:
any
}
TOutput
=
any
FieldMiddleware
(
ctx
:
MiddlewareContext
<
TSource
,
TContext
,
TArgs
>
,
next
:
NextFn
,
)
:
TOutput
|
Promise
<
TOutput
>
Parameters
ctx
:
MiddlewareContext
<
TSource
,
TContext
,
TArgs
>
next
:
NextFn
Returns
TOutput
|
Promise
<
TOutput
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@vnodes/graphql
Loading...