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 f89f10d commit 5d7e7e5Copy full SHA for 5d7e7e5
src/index.ts
@@ -1,5 +1,6 @@
1
// MEMO: The tests for this module are covered by `e2e/*.e2e.ts`.
2
3
+// eslint-disable-next-line n/no-unpublished-import -- types only
4
import type { CodegenPlugin } from '@graphql-codegen/plugin-helpers';
5
import { generateCode } from './code-generator.js';
6
import { normalizeConfig, validateConfig } from './config.js';
0 commit comments