Skip to content
Snippets Groups Projects

Draft: chore(codegen): remove unused config

Closed Jon Richter requested to merge feature/18-patch into feature/18
1 file
+ 0
15
Compare changes
  • Side-by-side
  • Inline
+ 0
15
@@ -9,21 +9,6 @@ const config: CodegenConfig = {
presetConfig: {
gqlTagName: "gql",
},
config: {
inputMaybeValue: "T | null | undefined",
maybeValue: "T | null",
strictScalars: false,
avoidOptionals: false,
schema: "zod",
scalars: {
ID: "string",
Date: "Date",
GraphQLBigInt: "BigInt",
GraphQLStringOrFloat: "string",
Hash: "string",
JSON: "string",
},
},
},
},
ignoreNoDocuments: true,
Loading