GraphiQL API Documentation
Preparing search index...
@graphiql/react
useExecutionContext
Function useExecutionContext
useExecutionContext
()
:
{
isFetching
:
boolean
;
isSubscribed
:
boolean
;
operationName
:
string
|
undefined
;
run
:
()
=>
void
;
stop
:
()
=>
void
;
}
Returns
{
isFetching
:
boolean
;
isSubscribed
:
boolean
;
operationName
:
string
|
undefined
;
run
:
()
=>
void
;
stop
:
()
=>
void
;
}
isFetching
:
boolean
isSubscribed
:
boolean
operationName
:
string
|
undefined
run
:
()
=>
void
stop
:
()
=>
void
Deprecated
Use
useGraphiQLActions
and
useGraphiQL
hooks instead.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GraphiQL API Documentation
Loading...
Deprecated
Use
useGraphiQLActionsanduseGraphiQLhooks instead.