Props for createQueryStore.

interface Props<TQuerySchema> {
    schema: TQuerySchema;
    name?: string;
}

Type Parameters

Properties

Properties

schema: TQuerySchema

Query schema.

name?: string

Query store name.