@vnodes/graphql
Preparing search index...
ResolverFn
Type Alias ResolverFn<TSource, TArgs, TContext>
ResolverFn
:
(
rootValue
?:
TSource
,
args
?:
TArgs
,
context
?:
TContext
,
info
?:
any
,
)
=>
AsyncIterator
<
any
>
|
Promise
<
AsyncIterator
<
any
>
>
Type Parameters
TSource
=
any
TArgs
=
any
TContext
=
any
Type Declaration
(
rootValue
?:
TSource
,
args
?:
TArgs
,
context
?:
TContext
,
info
?:
any
,
)
:
AsyncIterator
<
any
>
|
Promise
<
AsyncIterator
<
any
>
>
Parameters
Optional
rootValue
:
TSource
Optional
args
:
TArgs
Optional
context
:
TContext
Optional
info
:
any
Returns
AsyncIterator
<
any
>
|
Promise
<
AsyncIterator
<
any
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@vnodes/graphql
Loading...