southojere / modern-graphql-api-template

Backend template - Prisma, GraphQL, Authentication, Authorization, CI/CD, Deployment
3 stars 1 forks source link

Fixing deployment to heroku #1

Open southojere opened 4 years ago

southojere commented 4 years ago

The follow error occurs when deploying to heroku - https://github.com/southojere/modern-graphql-api-template/actions/runs/262591421 src/types/Post.ts(6,7): error TS2339: Property 'model' does not exist on type 'ObjectDefinitionBlock<"Post">'.

Need to fix this so we can deploy..