Przejdź do głównej zawartości

Interface: UseCustomerQueryOptions<TVariables>

Type Parameters

TVariables

TVariables = Record<string, unknown>

Properties

enabled?

optional enabled?: boolean

Extra gate combined (AND) with the built-in waits (session ready + customer identified). The request runs only when all are true. Defaults to true.


variables?

optional variables?: TVariables

Operation variables. A value change re-keys the hook (reset + refetch).