We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4aa36c commit 456cb70Copy full SHA for 456cb70
packages/plugins/other/visitor-plugin-common/src/base-resolvers-visitor.ts
@@ -128,7 +128,9 @@ export interface RawResolversConfig extends RawConfig {
128
* export default config;
129
* ```
130
*
131
- * ## Custom Context Type
+ * ## Custom Context Type by Path
132
+ *
133
+ * Note that the path should be relative to the generated file.
134
135
* ```ts filename="codegen.ts"
136
* import type { CodegenConfig } from '@graphql-codegen/cli';
0 commit comments