Skip to content

Commit 4c8fdac

Browse files
committed
fix lint
1 parent d283377 commit 4c8fdac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

workspaces/leetcode-api/graphql-codegen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CodegenConfig } from "@graphql-codegen/cli";
1+
import type { CodegenConfig } from "@graphql-codegen/cli";
22

33
const config: CodegenConfig = {
44
schema: "schema.graphql",

workspaces/leetcode-api/src/generated/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable */
12
import { GraphQLClient, RequestOptions } from "graphql-request";
23
import { gql } from "graphql-request";
34
export type Maybe<T> = T | null;

0 commit comments

Comments
 (0)