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 d283377 commit 4c8fdacCopy full SHA for 4c8fdac
workspaces/leetcode-api/graphql-codegen.ts
@@ -1,4 +1,4 @@
1
-import { CodegenConfig } from "@graphql-codegen/cli";
+import type { CodegenConfig } from "@graphql-codegen/cli";
2
3
const config: CodegenConfig = {
4
schema: "schema.graphql",
workspaces/leetcode-api/src/generated/client.ts
@@ -1,3 +1,4 @@
+/* eslint-disable */
import { GraphQLClient, RequestOptions } from "graphql-request";
import { gql } from "graphql-request";
export type Maybe<T> = T | null;
0 commit comments