From 456cb70c7d5a8fece87421af867046e644c92a2e Mon Sep 17 00:00:00 2001 From: gilgardosh Date: Thu, 15 Jun 2023 13:32:50 +0300 Subject: [PATCH] Docs minor enhancement --- .../other/visitor-plugin-common/src/base-resolvers-visitor.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/plugins/other/visitor-plugin-common/src/base-resolvers-visitor.ts b/packages/plugins/other/visitor-plugin-common/src/base-resolvers-visitor.ts index 6249447751d..123f9e6b3b6 100644 --- a/packages/plugins/other/visitor-plugin-common/src/base-resolvers-visitor.ts +++ b/packages/plugins/other/visitor-plugin-common/src/base-resolvers-visitor.ts @@ -128,7 +128,9 @@ export interface RawResolversConfig extends RawConfig { * export default config; * ``` * - * ## Custom Context Type + * ## Custom Context Type by Path + * + * Note that the path should be relative to the generated file. * * ```ts filename="codegen.ts" * import type { CodegenConfig } from '@graphql-codegen/cli';