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
- Host: GitHub
- URL: https://github.com/fourkitchens/graphql-poc
- Owner: fourkitchens
- License: mit
- Created: 2020-07-17T19:01:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T20:08:12.000Z (over 5 years ago)
- Last Synced: 2025-07-24T02:29:31.595Z (11 months ago)
- Language: TypeScript
- Size: 215 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.