We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38315aa commit 8a6c196Copy full SHA for 8a6c196
schema.ts
@@ -1,3 +1,5 @@
1
+// deno-lint-ignore-file no-explicit-any
2
+
3
import type {
4
IExecutableSchemaDefinition,
5
} from "https://cdn.skypack.dev/@graphql-tools/schema?dts";
@@ -10,7 +12,6 @@ import type {
10
12
} from "https://cdn.skypack.dev/@graphql-tools/utils?dts";
11
13
import { sep } from "https://deno.land/std@0.155.0/path/mod.ts";
14
-// deno-lint-ignore no-explicit-any
15
export type Callable = (...args: any[]) => any;
16
17
export type GraphQLModule<
0 commit comments