Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lkostrowski committed Oct 10, 2024
1 parent 352de27 commit 0f53df4
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions apps/avatax/.graphqlrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,39 +30,6 @@ const config: IGraphQLConfig = {
},
},
},
// todo remove
default: {
schema: "graphql/schema.graphql",
documents: [
"graphql/**/*.graphql",
"src/**/*.ts",
"src/**/*.tsx",
"scripts/migrations/**/*.ts",
],
extensions: {
codegen: {
generates: {
"generated/graphql.ts": {
plugins: [
{
typescript: {
enumsAsTypes: true,
},
},
"typescript-operations",
{
"typescript-urql": {
documentVariablePrefix: "Untyped",
fragmentVariablePrefix: "Untyped",
},
},
"typed-document-node",
],
},
},
},
},
},
},
};

Expand Down

0 comments on commit 0f53df4

Please sign in to comment.