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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?