Version 0.1.2 of package Graphql has just been released in GNU ELPA. You can now find it in M-x list-packages RET.
Graphql describes itself as: ================= GraphQL utilities ================= More at https://elpa.gnu.org/packages/graphql.html ## Summary: # GraphQL.el [![MELPA](https://melpa.org/packages/graphql-badge.svg)](https://melpa.org/#/graphql) [![Build Status](https://travis-ci.org/vermiculus/graphql.el.svg?branch=master)](https://travis-ci.org/vermiculus/graphql.el) GraphQL.el provides a set of generic functions for interacting with GraphQL web services. See also the following resources: - [GraphQL language service][graph-lsp] and [`lsp-mode`][el-lsp] - [`graphql-mode`][graphql-mode] - [This brief overview of GraphQL syntax][graphql] [graph-lsp]: https://github.com/graphql/graphql-language-service [el-lsp]: https://github.com/emacs-lsp/lsp-mode [graphql-mode]: https://github.com/davazp/graphql-mode [graphql]: http://graphql.org/learn ## Syntax Overview Two macros are provided to express GraphQL *queries* and *mutations*: ## Recent NEWS: [Not available 🙁]