gql

Tools for working with GraphQL documents

  • 所有者: liamcurry/gql
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

主要指标

概览
名称与所有者liamcurry/gql
主编程语言JavaScript
编程语言JavaScript (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2016-11-05 20:24:56
推送于2018-03-20 17:16:40
最后一次提交2017-04-08 16:33:57
发布数2
最新版本名称v0.0.3 (发布于 )
第一版名称v0.0.2 (发布于 )
用户参与
星数68
关注者数3
派生数12
提交数29
已启用问题?
问题数6
打开的问题数3
拉请求数1
打开的拉请求数1
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?