Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
馃悰 context import in graphql codegen
Browse files Browse the repository at this point in the history
context import in graphql codegen

**Intentions:**

- 馃悰 - Bugfix
  • Loading branch information
TimMikeladze committed Jan 23, 2023
1 parent e62dbe2 commit 9c70e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config: CodegenConfig = {
generates: {
'src/generated/graphql.ts': {
config: {
contextType: `src/graph/server#Context`,
contextType: `@/graphql/server#Context`,
},
plugins: [`typescript`, `typescript-resolvers`],
},
Expand Down

0 comments on commit 9c70e3b

Please sign in to comment.