GraphiQL API Documentation
    Preparing search index...

    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

        Use useGraphiQLActions and useGraphiQL hooks instead.

    Use useGraphiQLActions and useGraphiQL hooks instead.