Move schema.graphql to root of project and delete codegen package

central codegen package no longer needed since its being generated in each package separately as needed
This commit is contained in:
Hammad Jutt
2021-01-28 19:43:24 -07:00
parent 51089ae49e
commit 15a90e7b56
6 changed files with 6 additions and 22 deletions

View File

@@ -3,7 +3,7 @@ require:
- ts-node/register
generates:
./graphql/autogen/types.tsx:
schema: '../codegen/schema.graphql'
schema: '../../schema.graphql'
documents:
- ./graphql/**/(!(*.d)).ts
plugins: