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

Select which operation to run by name #22

Open
rspeele opened this issue Apr 16, 2016 · 0 comments
Open

Select which operation to run by name #22

rspeele opened this issue Apr 16, 2016 · 0 comments

Comments

@rspeele
Copy link
Collaborator

rspeele commented Apr 16, 2016

Currently GraphQL.cs just runs the first operation in the given document.

It should take the operation name to run as an optional parameter. If the parameter is given, the operation must be defined in the document, or an exception is thrown. If the parameter is given, the document must define exactly one anonymous operation, or an exception is thrown.

This doesn't depend on anything.

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