interface ContextOptions {
    context?: Context<undefined | QueryClient>;
}

Hierarchy

Properties

Properties

context?: Context<undefined | QueryClient>

Use this to pass your React Query context. Otherwise, defaultContext will be used.

Generated using TypeDoc