ELPA Logo NonGNU ELPA: graphql-mode

graphql-mode Atom Feed

Description
Major mode for editing GraphQL schemas
Latest
graphql-mode.tar (.sig), 2024-Mar-31, 60.0 KiB
Maintainer
Other versions:
development version
Website
https://github.com/davazp/graphql-mode
ELPA's Repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

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
   - Uploading files with GraphQL mutations (multipart requests)

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