graphql-mode icon indicating copy to clipboard operation
graphql-mode copied to clipboard

An Emacs mode for GraphQL

Results 19 graphql-mode issues
Sort by recently updated
recently updated
newest added

I work a lot in with ruby, where our tests have a lot of graphql queries written in HEREDOCs. I've written the following polymode definition to allow graphql-mode nested in...

Please create releases of this project. These should be identifiable, persistent, point-in-time tarballs of the source code files, complete with a changelog entry describing the differences from the previous release,...

I'm having a noticeable lag running any editing command while using `graphql-mode`. I'm using version `20180303.2358` installed from `melpa` and Emacs 26.1. My schema file has around 300 lines

It would be useful to be able to use graphql mode within org files. Such that, given a source block like this: ``` #+BEGIN_SRC graphql :endpoint my-first-great-endpoint mutation { createFoo()...

Hi @davazp first of all thank you very much for this nice Emacs mode. I was wondering, what you would think of separating the querying and the editing/displaying part of...

GraphQL queries can contain variables that have to be sent separately. It would be useful to have a way to submit the variable values. Look at https://github.com/graphql/graphiql for some examples.

feature

Using [GraphQL introspection](http://graphql.org/learn/introspection/) we can get the fields, what could be used to autocomplete the fields at point.

feature

I'd like to re-open #11. As a first iteration, `graphql-mode` could read `~/.authinfo` prior to sending a request, check if there is a mapping for the host in question, and...

for some reason my requests never finish making Emacs freeze for long periods of time, I have to use C-g to regain control. This is the backtrace: ``` Debugger entered--Lisp...