Skip to content

Commit

Permalink
uuid should be mapped to string
Browse files Browse the repository at this point in the history
  • Loading branch information
rithik-b committed Dec 6, 2023
1 parent a9be435 commit 9fa8bc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/web/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ const config: CodegenConfig = {
presetConfig: {
gqlTagName: "gql",
},
config: {
scalars: {
Uuid: "string",
},
},
},
"./schema.graphql": {
plugins: ["schema-ast"],
Expand Down

0 comments on commit 9fa8bc2

Please sign in to comment.