openapi-codegen
openapi-codegen copied to clipboard
fix: Generate operationId the same between ReactQueryComponents and ReactQueryFunctions
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