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

Graphql dynamic input variables issue #7

Open
sudheerj opened this issue Jan 4, 2017 · 0 comments
Open

Graphql dynamic input variables issue #7

sudheerj opened this issue Jan 4, 2017 · 0 comments

Comments

@sudheerj
Copy link

sudheerj commented Jan 4, 2017

When I tried to add dynamic input for the root query in these examples I can always see an error "Must provide an operation" message.This occurred only in this examples.

query RootQuery($filter:String) {
accounts(filter:$filter){
account_number,
account_type_code,
region
}
}

Can you please add any example for this kind of requirement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant