diff options
| -rw-r--r-- | deno.json | 2 | ||||
| -rwxr-xr-x | entry.ts | 10 |
2 files changed, 3 insertions, 9 deletions
@@ -8,5 +8,5 @@ }, "license": "MIT", "name": "@eol/gq", - "version": "0.1.5" + "version": "0.1.6" } @@ -1,11 +1,5 @@ -/** - * `@eol/gq` — a batteries-included GraphQL module for Deno. - * - * Re-exports the pieces you typically reach for when building a GraphQL API: - * an HTTP handler, a schema builder, a `gql` tag, and a `.graphql` loader. - * - * @module - */ + + /*** EXPORT ------------------------------------------- ***/ |