Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Correct argument variables implementation. #272

Open
3 tasks
nrbnlulu opened this issue Jun 20, 2023 · 0 comments
Open
3 tasks

Correct argument variables implementation. #272

nrbnlulu opened this issue Jun 20, 2023 · 0 comments

Comments

@nrbnlulu
Copy link
Member

Currently all arguments are optional though you must set them (what?!?).
In order to do this correctly we should:

  • get the default value of the argument (schema level)
  • if operation overrides some argument value (without an operation variable) set it as the default for this operation
  • if a operation variable is applied on an argument if the argument has a default make it the operation variable default otherwise
    the operation variable has no default and must be set explicitly.
@nrbnlulu nrbnlulu changed the title Support Optional arguments Correct argument variables implementation. Jun 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant