aboutsummaryrefslogtreecommitdiff
path: root/entry.ts
diff options
context:
space:
mode:
Diffstat (limited to 'entry.ts')
-rwxr-xr-xentry.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/entry.ts b/entry.ts
index 996a3dd..54c1b3a 100755
--- a/entry.ts
+++ b/entry.ts
@@ -9,3 +9,15 @@ export * from "./source/http.ts";
export { makeExecutableSchema as executeSchema } from "@graphql-tools/schema";
export { gql } from "./source/gql.ts";
export { importQL } from "./source/import.ts";
+
+export type {
+ DocumentNode,
+ ExecutionResult,
+ GraphQLArgs,
+ GraphQLFieldResolver,
+ GraphQLResolveInfo,
+ GraphQLScalarType,
+ GraphQLSchema,
+ GraphQLTypeResolver,
+ Source
+} from "graphql";