https://github.com/newset/graphql-health
https://github.com/newset/graphql-health
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/newset/graphql-health
- Owner: newset
- Created: 2018-03-08T06:59:11.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-03-25T08:30:46.000Z (over 8 years ago)
- Last Synced: 2025-10-05T15:29:54.124Z (10 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# health-graphql
### 调试地址
http://localhost:7001/graphiql?query=%7B%0A%20%09goods%20%7B%0A%20%20%20%20imgs%0A%20%20%7D%20%0A%7D
### graphql 服务对应目录
| 名称 | 业务方 |
| ------ | ------------- |
| query | 查询入口 |
| health | 尿检/健康 App |
## Usage
```bash
npm start
```