The OpenAPI path template, e.g. /pets/{petId}
OptionallistPre-computed list path for cache invalidation after mutations.
e.g. for updatePet at /pets/{petId}, this would be /pets.
null means no list invalidation.
Generated at code-gen time by the CLI.
OptionaloperationsRegistry of all operations' paths, used to resolve invalidateOperations
option at mutation time. Generated and embedded by the CLI.
Runtime configuration for a single endpoint. Passed directly to
useEndpointQuery/useEndpointMutationby generated code.Created by the generated
createApiClientfactory and embedded per-operation in the generatedapi-client.ts.