Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle variables in Operations #5

Open
3 tasks
stevan opened this issue Sep 16, 2018 · 0 comments
Open
3 tasks

Handle variables in Operations #5

stevan opened this issue Sep 16, 2018 · 0 comments
Labels
missing spec Something in the spec we've not done yet
Milestone

Comments

@stevan
Copy link
Owner

stevan commented Sep 16, 2018

The Operation objects do not know how to handle variable definitions at all.

The spec is here.

An operation can have a variable definition, which is populated through either default values or the variables feature of the Execution phase. This variable is then in scope for the query, which means we also have variable accessing. Here is a rough breakdown of the tasks involved.

  • Variable definitions in Operations
  • Variable resolution within Operation body
  • Variable input during exection
@stevan stevan added missing spec Something in the spec we've not done yet missing functionality Functionality that is missing and removed missing functionality Functionality that is missing labels Sep 16, 2018
@stevan stevan added this to the v0.01 milestone Oct 10, 2018
@stevan stevan changed the title Handle variable definitions in Query Handle variables in Operations Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing spec Something in the spec we've not done yet
Projects
None yet
Development

No branches or pull requests

1 participant