NonGNU ELPA - graphql-mode

graphql-mode

Description
Major mode for editing GraphQL schemas
Latest
graphql-mode-1.0.0.tar, 2022-Jan-29, 60.0 KiB
Maintainer
David Vazquez Pua <davazp@gmail.com>
Website
https://github.com/davazp/graphql-mode
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package, run in Emacs:

M-x package-install RET graphql-mode RET

Full description

This package implements a major mode to edit GraphQL schemas and
query.  The basic functionality includes:

   - Syntax highlight
   - Automatic indentation

Additionally, it is able to
   - Sending GraphQL queries to an end-point URL

Files with the .graphql and .gql extensions are automatically
opened with this mode.