gql

Tools for working with GraphQL documents

  • Owner: liamcurry/gql
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

gql

standard-readme compliant
Travis

Tools for working with GraphQL documents

Warning: these tools are still in an early phase and there will be issues. Bug reports and pull-requests are welcome!

Table of Contents

Background

Building GraphQL schemas in the GraphQL native language (i.e. .graphql files)
has several benefits over using a programming language:

  • Your data structures are language agnostic so only the resolvers need to be
    programmed.
  • The GraphQL language is terser than most programming languages. Schemas are simpler
    to write and understand.
  • Schemas rarely change after compile time; most people won't take advantage
    of progammatic schemas.
  • Schemas can be accessed without a GraphQL server.

Hopefully the tools in this repository make it easier to work with GraphQL files.

Install

The quickest way to get started is by globally installing the gql command-line interface:

$ npm i -g gql-cli

Packages

Package, Description, Version, Dependencies
-------, -----------, -------, ------------
gql-cli, Command-line interface for gql GraphQL tools, npm, Dependency Status
gql-format, Tools for formatting GraphQL documents, npm, Dependency Status
gql-merge, Tools for merging GraphQL documents, npm, Dependency Status
gql-lint, Tools for linting GraphQL documents, npm, Dependency Status

Contribute

Feel free to dive in! Open an issue or submit PRs.

gql follows the Contributor Covenant Code of Conduct.

License

MIT (c) Liam Curry

Main metrics

Overview
Name With Ownerliamcurry/gql
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2016-11-05 20:24:56
Pushed At2018-03-20 17:16:40
Last Commit At2017-04-08 16:33:57
Release Count2
Last Release Namev0.0.3 (Posted on )
First Release Namev0.0.2 (Posted on )
用户参与
Stargazers Count68
Watchers Count3
Fork Count12
Commits Count29
Has Issues Enabled
Issues Count6
Issue Open Count3
Pull Requests Count1
Pull Requests Open Count1
Pull Requests Close Count1
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private