graphql-mode
- Description
- Major mode for editing GraphQL schemas
- Latest
- graphql-mode-1.0.0.tar (.sig), 2024-Mar-31, 60.0 KiB
- Maintainer
- David Vazquez Pua <davazp@gmail.com>
- Atom feed
- graphql-mode.xml
- Website
- https://github.com/davazp/graphql-mode
- Browse 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 Files with the .graphql and .gql extensions are automatically opened with this mode.