-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[graphiql] Query building stopped working on version 3.8.1 #3836
Comments
Thanks for reporting, I can confirm, the query builder only updates the first clicked field, this an issue due recent enabled |
@bernardowerneck try now 🙏 |
@dimaMachina its not working yet for me. Is it a problem in the cdn build? We are using the embedded graphiql from spring graphql, which points to the one hosted in https://unpkg.com/graphiql/graphiql.min.js. Is mantained by this repo, or should I open issue somewhere else? Do you know of a cdn that is working? |
seems I did a release only for |
@bernardowerneck @emmenko @Trsa993 I just cut a release graphiql%403.8.2 (release) |
Fixed, thanks! |
thank you, lmk if you'll found more regression, pushing a fix for another one 😅 #3842 |
Is there an existing issue for this?
Current Behavior
When selecting the query items from the sidebar, it does not build the corresponding query in the code editor.
Expected Behavior
It should build the query correctly, based on the selected return items and filters
Steps To Reproduce
This started happening recently, so I believe it is related to the latest release, version 3.8.1, that is currently in production
Environment
react
Version: I'm using the cdn version hosted at https://unpkg.com/graphiql/graphiql.min.jsgraphql
Version: I'm using the cdn version hosted at https://unpkg.com/graphiql/graphiql.min.jsAnything else?
No response
The text was updated successfully, but these errors were encountered: