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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

select named query option not showing up #1384

Open
mfulton26 opened this issue Apr 15, 2022 · 1 comment
Open

select named query option not showing up #1384

mfulton26 opened this issue Apr 15, 2022 · 1 comment

Comments

@mfulton26
Copy link

mfulton26 commented Apr 15, 2022

using the example code here I am no longer seeing a list show up when I have multiple queries defined in a single tab and I click the big "play" button

whatever query is the first in the document is what gets executed 馃槥

I'm fairly confident this worked in at least 1.7.13 but doesn't appear to work anymore in 1.7.28 (which is the latest on NPM but I can't tell if that is the expected latest version or not)

example "query" document (contains 2 named queries):

query a {
  foo
}

query b {
  bar
}

I want to be able to click the Play button again and get a list containing "a" and "b" (or whatever my named operations are) and then click an operation by name so that I can have similar operations grouped together in a query and execute whichever I need with a single extra click

thank you

@robertjk
Copy link

I can confirm having the same issue on 1.7.27. The list of queries on play button appears only after making some edit to the queries on the left. Before editing anything it executes the first query only.

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

2 participants