init project
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import type { CodegenConfig } from "@graphql-codegen/cli";
|
||||
|
||||
const config: CodegenConfig = {
|
||||
schema: "packages/graphql-schema/schema.graphql",
|
||||
generates: {
|
||||
"apps/web/src/generated/schema-types.ts": {
|
||||
plugins: ["typescript"],
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user