-
I found the Here's my attempt in my yaml file. schema: src/**.typedefs.ts
outputDir: src/generated
generateGraphQLOperations:
resolvers:
codegenConfig: {
entityManagerPath: "test_path"
} |
Beta Was this translation helpful? Give feedback.
Answered by
minox86
May 21, 2022
Replies: 1 comment
-
Following this documentation you can configure a context in generated resolvers.
Your configuration should we something like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Atlinx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following this documentation you can configure a context in generated resolvers.
Your configuration should we something like this:
`
schema: src/**.typedefs.ts
outputDir: src/generated
generateGraphQLOperations:
context:
type: your_context_type
path: test_path