File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
workspaces/leetcode-api/src Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11import { z } from "zod" ;
2+ import type { GraphQLError } from "graphql" ;
23
34import { graphqlKindTypeZodType } from "@code-chronicles/util/graphqlKindTypeZodType" ;
45import { isStringEmptyOrWhitespaceOnly } from "@code-chronicles/util/isStringEmptyOrWhitespaceOnly" ;
@@ -12,8 +13,6 @@ import { stripPrefixOrThrow } from "@code-chronicles/util/stripPrefixOrThrow";
1213import { normalizeGraphQLDescription } from "./normalizeGraphQLDescription.ts" ;
1314import { sortByName } from "./sortByName.ts" ;
1415import { getGraphQLClient } from "./getGraphQLClient.ts" ;
15- import { rawRequest } from "graphql-request" ;
16- import { GraphQLError } from "graphql" ;
1716
1817function getTypeFields ( depth : number ) : string {
1918 const base = "name kind" ;
You can’t perform that action at this time.
0 commit comments