Auto completion for Graphql
It would be fantastic if autocompletion feature for GraphQL schema is added. Postman and other clients do it like,

Thanks @Aklil for the feedback, will add to roadmap.
It’s good idea :)
I am using Ace editor, they don't have this feature yet https://github.com/ajaxorg/ace/issues/3885
If anyone has alternative solution let me know
Maybe you can do like Apollo sandbox ? (Auto completion from schema documentation)
RapidAPI client has this, they load the schema from the server then use that to populate the GraphQL fields. Anyway you might want to move to Monaco as this is what's used inside VSCode anyway, so all those features will also work.