Variable useExecutionStoreConst
useExecutionStore: () => {
isFetching: boolean;
isSubscribed: boolean;
operationName: string
| undefined;
run: () => void;
stop: () => void;
} = useExecutionContext
Type Declaration
-
- (): {
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
useGraphiQLActionsanduseGraphiQLhooks instead.