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

Enable multiple queries #106

Merged
merged 1 commit into from
Mar 10, 2016
Merged

Enable multiple queries #106

merged 1 commit into from
Mar 10, 2016

Conversation

leebyron
Copy link
Contributor

This enables GraphiQL to support multiple queries in the editor pane at the same time. When multiple queries exist, the run button becomes a drop-down menu showing the names of all queries available to run - forcing a selection. Cmd+Enter still runs a query, but it runs whatever the last query was unless the cursor is within the bounds of a query - then it runs that query.

This implements #81 and #40.

This enables GraphiQL to support multiple queries in the editor pane at the same time. When multiple queries exist, the run button becomes a drop-down menu showing the names of all queries available to run - forcing a selection. Cmd+Enter still runs a query, but it runs whatever the last query was unless the cursor is within the bounds of a query - then it runs that query.

This implements #81 and #40.
leebyron added a commit that referenced this pull request Mar 10, 2016
@leebyron leebyron merged commit 4686625 into master Mar 10, 2016
@leebyron leebyron deleted the multiple-ops branch March 10, 2016 02:05
@opatut
Copy link

opatut commented Mar 10, 2016

Good job 👍 Thanks.

@OlegIlyenko
Copy link
Contributor

Great, thanks a lot! 👍

acao pushed a commit to acao/graphiql that referenced this pull request Jun 1, 2019
Update babel-cli to the latest version 🚀
acao pushed a commit to acao/graphiql that referenced this pull request Jun 5, 2019
…-prefer-object-spread-1.2.1

Update eslint-plugin-prefer-object-spread to version 1.2.1 🚀
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants