kinetex - v1.0.0-rc.1
Preparing search index...
GraphQLLinkNext
Type Alias GraphQLLinkNext
GraphQLLinkNext
:
(
op
:
GraphQLOperation
)
=>
Promise
<
GraphQLResponse
>
Next link in the chain - calls the next middleware or terminal handler.
Type Declaration
(
op
:
GraphQLOperation
)
:
Promise
<
GraphQLResponse
>
Parameters
op
:
GraphQLOperation
Returns
Promise
<
GraphQLResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
JSR
kinetex - v1.0.0-rc.1
Loading...
Next link in the chain - calls the next middleware or terminal handler.