-
Notifications
You must be signed in to change notification settings - Fork 46
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
Integrate graphiql into cynic-querygen-web #57
Comments
Looks like it'd be relatively easy to just use code mirror instead of text areas and then pull in https://github.com/graphql/graphiql/tree/main/packages/codemirror-graphql (or possibly pull in the monaco version, though apparently that's still WIP) |
Could probably pair this with some UX improvements - ask the user for a schema first (either text area, file upload or point at a URL) then present the query editor. |
Most of this work is now done on the
|
A first pass at this merged in #68 |
#78 tracks all the remaining ideas I have for this, going to call this done & close. |
It's functional right now, but would be good if we could write our queries in it, then click a button to write a query.
Reverse engineering functionality would also be great - like you give it rust structs and it spits out a query. Probably quite advanced though...
The text was updated successfully, but these errors were encountered: