aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authornetop://ウィビ <paul@webb.page>2026-04-29 16:30:02 -0700
committernetop://ウィビ <paul@webb.page>2026-04-29 16:30:02 -0700
commit83f2352fef7dc93396e3cf8f224acba271f1ef9d (patch)
treed84ebe047fc133c0db08560cfd4b501607329a75 /README.md
parentff44a665e9038de183df5ed0467500d697cf3a78 (diff)
downloadgq-83f2352fef7dc93396e3cf8f224acba271f1ef9d.tar.gz
gq-83f2352fef7dc93396e3cf8f224acba271f1ef9d.zip
0.4.0
- updates @eeeooolll/graphiql dep - adds commonly used imports from `graphql` - updates README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e2e8f18..7f75f7b 100644
--- a/README.md
+++ b/README.md
@@ -124,6 +124,8 @@ Low-level executor that `GraphQLHTTP` delegates to. Use it if you’re rolling y
`GQLOptions`, `GQLRequest`, `GraphQLParams`, `GraphQLHandler`, plus `RenderPageOptions` for the GraphiQL shell.
+We also export commonly imported GraphQL types: `DocumentNode`, `ExecutionResult`, `GraphQLArgs`, `GraphQLFieldResolver`, `GraphQLResolveInfo`, `GraphQLScalarType`, `GraphQLSchema`, `GraphQLTypeResolver`, and `Source`.
+
## Features
- Import `*.graphql` files — explicit and dynamic — via `importQL`.