chore: Move schema directory away from src; Migrate extensions to schema directory, update Dockerfile and configuration paths
This commit is contained in:
parent
c6314fbda0
commit
70e64448e5
14 changed files with 90 additions and 46 deletions
|
|
@ -2,7 +2,7 @@ import type {CodegenConfig} from '@graphql-codegen/cli';
|
|||
|
||||
const config: CodegenConfig = {
|
||||
overwrite: true,
|
||||
schema: 'src/schema/*.graphql',
|
||||
schema: 'schema/*.graphql',
|
||||
generates: {
|
||||
"src/schema/generated/graphql.ts": {
|
||||
plugins: ["typescript", "typescript-resolvers"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue