Skip to content

Commit

Permalink
Docs minor enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
gilgardosh committed Jun 15, 2023
1 parent a4aa36c commit 456cb70
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

1 comment on commit 456cb70

@u-rogel
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gilgardosh thanks!

Please sign in to comment.