react-query-swagger icon indicating copy to clipboard operation
react-query-swagger copied to clipboard

Generates react-query hooks based on Swagger API definitions

Results 14 react-query-swagger issues
Sort by recently updated
recently updated
newest added

I've successfully integrated all my Get calls and got to the Post mutations now. I'm using NextJs 13.3.2 As soon as I make a call to the mutation I get...

I'm running into an issue with the way useMutation is instantiated. I have a form where I need to make two separate calls, but the last call depends on the...

Right now the queryKeys & mutationKeys are generated from the "ActualOperationName" from nswag, and it looks like all the options to customize queries/mutations omit our ability to change the key...

How to prevent adding [key: string]: any; ? I want to include only my schema properties but the generator adds also the general index signature. ```typescript export interface IAlertDto {...

Hi, love this project but I'm looking into implementing Query into our Angular projects at my work but having difficulties finding a autogeneration tool with support for NGNeat Query and...

`deepObject` serialization style is required when I try write endpoint like this: ```C# [HttpGet] public async Task GetAnswers([FromQuery] AnswerFilters filters) { // Do something }; public class AnswerFilters { public...

This one is planned if there's enough interest in it. Please plus one if you are interested

Hey, is the output of this Library ready to use in a Next.js 14 setup. I had issues to use the generated Request in Server components. The BaseUrl and fetch...

Hey! I have a swagger that returns a file, which is generated as a `Blob` type in `react-query-swagger`. I wanted to create `URL.createObjectURL` out of it in the `select` option....

It doesn't appear that there's a way to have this tool generate infinite queries, is that right? If not, I'd love to know how to do it!