Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update README.md #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# egg-graphql
---
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][codecov-image]][codecov-url]
[![David deps][david-image]][david-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url]

[npm-image]: https://img.shields.io/npm/v/egg-graphql.svg?style=flat-square
[npm-url]: https://npmjs.org/package/egg-graphql
[travis-image]: https://img.shields.io/travis/eggjs/egg-graphql.svg?style=flat-square
[travis-url]: https://travis-ci.org/eggjs/egg-graphql
[codecov-image]: https://codecov.io/github/eggjs/egg-graphql/coverage.svg?branch=master
[codecov-url]: https://codecov.io/github/eggjs/egg-graphql?branch=master
[david-image]: https://img.shields.io/david/eggjs/egg-graphql.svg?style=flat-square
[david-url]: https://david-dm.org/eggjs/egg-graphql
[snyk-image]: https://snyk.io/test/npm/egg-graphql/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/egg-graphql
[download-image]: https://img.shields.io/npm/dm/egg-graphql.svg?style=flat-square
[download-url]: https://npmjs.org/package/egg-graphql

[GraphQL](http://facebook.github.io/graphql/)使用 Schema 来描述数据,并通过制定和实现 GraphQL 规范定义了支持 Schema 查询的 DSQL (Domain Specific Query Language,领域特定查询语言,由 FACEBOOK 提出。

Expand Down