Skip to content
/ TypeGraphQLModules Public template

GraphQL-Modules TypeGraphQL Integration Example

Notifications You must be signed in to change notification settings

ardatan/TypeGraphQLModules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL-Modules TypeGraphQL Integration Example

Introduction

This repository is an example to integrate GraphQL-Modules and TypeGraphQL projects.


Includes

Installation

To get started locally, follow these instructions:

  1. Clone to your local computer using git.
  2. Make sure that you have Node installed; see instructions here.
  3. Make sure that you have yarn installed; see instructions here.
  4. Run yarn (no arguments) from the root of your clone of this project.

Running the example

To run the example, follow these instructions:

  1. 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).