diff options
Diffstat (limited to '')
| -rwxr-xr-x | entry.ts | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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"; |