diff options
| author | netop://ウィビ <paul@webb.page> | 2026-04-29 16:30:02 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-04-29 16:30:02 -0700 |
| commit | 83f2352fef7dc93396e3cf8f224acba271f1ef9d (patch) | |
| tree | d84ebe047fc133c0db08560cfd4b501607329a75 /entry.ts | |
| parent | ff44a665e9038de183df5ed0467500d697cf3a78 (diff) | |
| download | gq-83f2352fef7dc93396e3cf8f224acba271f1ef9d.tar.gz gq-83f2352fef7dc93396e3cf8f224acba271f1ef9d.zip | |
0.4.0
- updates @eeeooolll/graphiql dep
- adds commonly used imports from `graphql`
- updates README
Diffstat (limited to 'entry.ts')
| -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"; |