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

https://github.com/fourkitchens/graphql-poc

Proof-of-concept application that consumes data from a variety of sources, and exposes the data in a unified GraphQL API
https://github.com/fourkitchens/graphql-poc

Last synced: 9 months ago
JSON representation

Proof-of-concept application that consumes data from a variety of sources, and exposes the data in a unified GraphQL API

Awesome Lists containing this project

README

          

# graphql-poc

Proof-of-concept application that consumes data from a variety of sources, and exposes the data in a unified GraphQL API

## Development

### Scripts

- `yarn build`: compiles the schema types, and typescript.
- `yarn start`: builds, and then starts the server.
- `yarn watch`: watches for file changes, and runs start on each change.

### Playground

Playground is available at `/graphql/playground`.