https://github.com/aaronleopold/graphql-mikro-subscriptions
A template for GraphQL subscriptions and MikroORM
https://github.com/aaronleopold/graphql-mikro-subscriptions
express graphql graphql-subscriptions mikro-orm typescript
Last synced: 20 days ago
JSON representation
A template for GraphQL subscriptions and MikroORM
- Host: GitHub
- URL: https://github.com/aaronleopold/graphql-mikro-subscriptions
- Owner: aaronleopold
- Created: 2021-10-14T20:37:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T00:37:02.000Z (over 4 years ago)
- Last Synced: 2025-02-02T18:14:04.231Z (over 1 year ago)
- Topics: express, graphql, graphql-subscriptions, mikro-orm, typescript
- Language: TypeScript
- Homepage: https://dev.to/aaronleopold/graphql-subscriptions-and-mikro-orm-in-2021-2hed
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql-mikro-subscriptions
A template for GraphQL subscriptions and Mikro-Orm
Check out how I made this, step-by-step, [here](https://dev.to/aaronleopold/graphql-subscriptions-and-mikro-orm-in-2021-2hed)
## Running
All that is required is installing the dependencies and running the `dev` script
```bash
yarn
yarn dev
```
Go to [`localhost:5000/graphql`](http://localhost:5000/graphql) for the GraphiQL Playground