Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youngjuning/graphql-cn.js.org
一种用于 API 的查询语言
https://github.com/youngjuning/graphql-cn.js.org
Last synced: about 2 months ago
JSON representation
一种用于 API 的查询语言
- Host: GitHub
- URL: https://github.com/youngjuning/graphql-cn.js.org
- Owner: youngjuning
- License: mit
- Created: 2023-08-08T07:20:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-29T08:44:01.000Z (over 1 year ago)
- Last Synced: 2024-04-17T07:21:28.784Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQL
> GraphQL 既是一种用于 API 的查询语言也是一个满足你数据查询的运行时。
## Development
```bash
# install dependencies
$ yarn install# start dev server
$ yarn start# build docs
$ yarn run build
```## LICENSE
MIT