Closed daniel-pulley closed 2 years ago
Also, please update queryIds.spec.ts
, queries.spec.ts
and mutations.spec.ts
files with the new parameters so we can verify everything is propagated properly, thanks!
Thanks again for the contribution @daniel-pulley . I've published these changes, they are now available under rapini@1.8.0
on NPM
This adds support for path-level parameters that can be overridden at operation level, as per this part of the Swagger spec. These parameters were previously ignored, generating incomplete queries and mutations.