@shopify/cli-kit
Preparing search index...
node/api/graphql
GraphQLResponseOptions
Interface GraphQLResponseOptions<T>
interface
GraphQLResponseOptions
<
T
>
{
handleErrors
?:
boolean
;
onResponse
?:
(
response
:
GraphQLClientResponse
<
T
>
)
=>
void
;
}
Type Parameters
T
Index
Properties
handle
Errors?
on
Response?
Properties
Optional
handle
Errors
handleErrors
?:
boolean
Optional
on
Response
onResponse
?:
(
response
:
GraphQLClientResponse
<
T
>
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
handle
Errors
on
Response
@shopify/cli-kit
Loading...