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

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

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