Explorar el Código

chore: Fix codegen script

Michael Bromley hace 1 año
padre
commit
71ef8a14b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/codegen/generate-graphql-types.ts

+ 1 - 1
scripts/codegen/generate-graphql-types.ts

@@ -1,5 +1,5 @@
 import { generate } from '@graphql-codegen/cli';
-import { Types } from '@graphql-codegen/plugin-helpers/typings';
+import { Types } from '@graphql-codegen/plugin-helpers';
 import fs from 'fs';
 import { buildClientSchema } from 'graphql';
 import path from 'path';