anymaniax / orval

orval is able to generate client with appropriate type-signatures (TypeScript) from any valid OpenAPI v3 or Swagger v2 specification, either in yaml or json formats. 🍺
https://orval.dev
MIT License
2.36k stars 267 forks source link

orval/query - override shouldExportHttpClient / shouldExportQueryKey flags introduced #1333

Closed mironbalcerzak closed 2 weeks ago

mironbalcerzak commented 3 weeks ago

Status

READY

Description

Feature New overrides for react-query:

Bugfix seems like react-query/overrides did not work - they were defaulting to "true" :)

Todos