Interface: UseCustomerQueryOptions<TVariables>
Type Parameters
TVariables
TVariables = Record<string, unknown>
Properties
enabled?
optionalenabled?: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?
optionalvariables?:TVariables
Operation variables. A value change re-keys the hook (reset + refetch).