Shaddix / react-query-swagger

Generates react-query hooks based on Swagger API definitions
MIT License
122 stars 4 forks source link

Error: x the name `...` is defined multiple times #41

Closed giorgi-pro closed 6 months ago

giorgi-pro commented 6 months ago

react-query-swagger generating multiple functions with the same name but different signatures. Here's one example:

image

node: v20.10.0 next: v13.5.6 react-query-swagger: v15.11.0 (used with /use-recommended-configuration /template:fetch args)

giorgi-pro commented 6 months ago

Resolved after adding the /operationGenerationMode:MultipleClientsFromFirstTagAndOperationId arg