https://github.com/hyper63/graphql-hyper-example
graphql - hyper example
https://github.com/hyper63/graphql-hyper-example
Last synced: 8 months ago
JSON representation
graphql - hyper example
- Host: GitHub
- URL: https://github.com/hyper63/graphql-hyper-example
- Owner: hyper63
- Created: 2022-11-15T21:15:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T20:00:12.000Z (over 3 years ago)
- Last Synced: 2025-01-13T05:41:40.261Z (about 1 year ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo GraphQL Hyper Example
This demo uses express, graphql-helix, and hyper to showcase clean architecture.
## Run Example
Create `.env` file and add your `HYPER` connection string
You can get a connection string at https://dashboard.hyper.io
```sh
yarn start
```