An open API service indexing awesome lists of open source software.

https://github.com/newset/graphql-health


https://github.com/newset/graphql-health

Last synced: 11 days ago
JSON representation

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
```