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

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

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