Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove node imports

+3 -3
+3 -3
src/types/generate.ts
··· 1 - import fs from 'node:fs' 2 - import path from 'node:path' 3 - import { printSchema, parse, GraphQLSchema, DocumentNode } from 'graphql' 1 + import fs from 'fs' 2 + import path from 'path' 3 + import { printSchema, parse, GraphQLSchema } from 'graphql' 4 4 import { codegen } from '@graphql-codegen/core' 5 5 import * as typescriptPlugin from '@graphql-codegen/typescript' 6 6 import * as typescriptOperationsPlugin from '@graphql-codegen/typescript-operations'