The set of TanStack Query hooks and helpers exposed for each endpoint on the typed query client.
When TArgs is undefined (endpoint requires no arguments), the hooks can be called without an arguments parameter.
TArgs
undefined
The endpoint's call arguments type (EndpointCallArgs<E>).
EndpointCallArgs<E>
The endpoint's success response type (EndpointResponse<E>).
EndpointResponse<E>
The set of TanStack Query hooks and helpers exposed for each endpoint on the typed query client.
When
TArgsisundefined(endpoint requires no arguments), the hooks can be called without an arguments parameter.