Andrew Konstantinov
Andrew Konstantinov
Hey there, congratulations on a great release! The app works great on a Mac and the installation was very straightforward. Do you have plans for growing the `mlc_chat_cli` into a...
There is a report on Twitter about InQL failing during installation: https://twitter.com/irsdl/status/1698658521166815250 Post mentions Windows, but it could be a red herring. #28 is almost definitely unrelated to this as...
Implement functionality from 4.x to send "unusual" requests: - GET query - `application/x-www-form-urlencoded` POST - `multipart/form-data` encoded POST
Introduce a searchbox to quickly find stuff queries/mutations mentioning "account", "password" and so on.
Include functionality (perhaps integrated into session framework) to define the input arguments that should be auto-populated. E.g. if the schema has tendency to ask for `user_id` argument, there should be...
There should be an option (controlled through Settings window and enabled by default) to minimize GraphQL queries before sending them over the wire. GraphQL ignores some characters: - most of...
Cycle detection functionality should be re-implemented using the new GraphQL parsing engine. GQLSpection issue: https://github.com/doyensec/GQLSpection/issues/28
Add the liver reload functionality for the development. This should only affect Python code. Implementation, roughly: add setting to enable live reload with a requirement to specify directory on the...
Make the query modification easier by providing a side panel with a list of fields that can be added/removed by ticking/unticking boxes the way [Apollo Studio Explorer](https://www.apollographql.com/docs/graphos/explorer/explorer/#building-a-query) and [Firecamp](https://firecamp.io/graphql) are...
We can't do it right now as the built-in editor that InQL won't work properly. But if we move to another editor (e.g. in order to support syntax highlighting and...