openapi-codegen icon indicating copy to clipboard operation
openapi-codegen copied to clipboard

fix: Generate operationId the same between ReactQueryComponents and ReactQueryFunctions

Open Cellule opened this issue 1 year ago • 0 comments

Since I generated the context from ReactQueryComponents, if I tried to then generate ReactQueryFunctions I would get typings errors on the operationId because the 2 wouldn't generate the same casing for operationId.

At first I thought I could use a mix of both for different purposes. I might just squeeze what I want in components instead (Maybe PR coming, still need to think about it a bit). Still figured this would be a good improvement

Cellule avatar Mar 14 '24 23:03 Cellule