kinetex - v0.0.2
GitHub
npm
Preparing search index...
index
graphqlPlugin
Function graphqlPlugin
graphqlPlugin
<
V
=
Record
<
string
,
unknown
>
,
T
=
unknown
>
(
endpoint
:
string
,
config
:
GraphQLConfig
<
V
>
,
)
:
RequestConfig
<
GraphQLResponse
<
T
>
>
GraphQL convenience middleware — attaches .graphql
() to the instance.
Type Parameters
V
=
Record
<
string
,
unknown
>
T
=
unknown
Parameters
endpoint
:
string
config
:
GraphQLConfig
<
V
>
Returns
RequestConfig
<
GraphQLResponse
<
T
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
kinetex - v0.0.2
Loading...
GraphQL convenience middleware — attaches .graphql() to the instance.