This repository is an example to integrate GraphQL-Modules and TypeGraphQL projects.
To get started locally, follow these instructions:
- Clone to your local computer using
git
. - Make sure that you have Node installed; see instructions here.
- Make sure that you have
yarn
installed; see instructions here. - Run
yarn
(no arguments) from the root of your clone of this project.
To run the example, follow these instructions:
yarn start
. This will use ts-node to compile and run the project.
If you want it to automatically restart the application when changes in the directory are detected, you can use yarn dev
instead (it's backed by nodemon).