Create pre-bound cache helpers with a base Axios config.
query(call, id, tags, options?)
mutation(call, invalidate, options?)
options
base
Optional
Base Axios config or factory.
An object with query and mutation helpers.
query
mutation
Create pre-bound cache helpers with a base Axios config.
query(call, id, tags, options?)
delegates to withQuery.mutation(call, invalidate, options?)
delegates to withMutation.options
over the resolvedbase
.