From 83f2352fef7dc93396e3cf8f224acba271f1ef9d Mon Sep 17 00:00:00 2001 From: "netop://ウィビ" Date: Wed, 29 Apr 2026 16:30:02 -0700 Subject: 0.4.0 - updates @eeeooolll/graphiql dep - adds commonly used imports from `graphql` - updates README --- entry.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'entry.ts') 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"; -- cgit v1.2.3