Git Product home page Git Product logo

Comments (3)

melloware avatar melloware commented on May 27, 2024

@wouterkroes if you want to investigate and provide a PR that would be great!

from orval.

wouterkroes avatar wouterkroes commented on May 27, 2024

@melloware I gave it a try, #1361, what do you think?

from orval.

Maxim-Mazurok avatar Maxim-Mazurok commented on May 27, 2024

I think this is by design.
We only make optional those params that are used to enable/disable the query, like here: https://github.com/anymaniax/orval/blob/master/samples/react-query/custom-client/src/api/endpoints/petstoreFromFileSpecWithTransformer.ts#L253

The query can't be enabled without those params, because they are path params (they go into URL like /v${version}/pets/${petId}

For us it doesn't make sense to be passing null or undefined values in there, so this is the reason for this feature to exist.

To fix this issue you can rename allParamsOptional to allPathParamsOptional and/or update documentation.

For other stuff it doesn't make sense to make them optional. Your swagger schema should define which properties are required, and which are optional. If it doesn't match reality - fix the BE to generate correct schema for your FE.

If you really need it - please create a separate flag, because this one isn't it.

Hopefully I remembered everything correctly, but feel free to double check.

Hope this helps, cheers!

from orval.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.