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

mapping - Hybrid argument passing #13

Open
dapalex opened this issue Jan 11, 2023 · 0 comments
Open

mapping - Hybrid argument passing #13

dapalex opened this issue Jan 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dapalex
Copy link
Owner

dapalex commented Jan 11, 2023

Allow the creation of operations with arguments as literal values and arguments with variables.

E.g.:

query example($arg1: Int) {
payload(argument1: $arg1, argument2: "def") {
id
}
}

@dapalex dapalex added the enhancement New feature or request label Jan 11, 2023
@dapalex dapalex changed the title Hybrid argument passing mapping - Hybrid argument passing Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant