diff options
Diffstat (limited to 'entry.ts')
| -rwxr-xr-x | entry.ts | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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 ------------------------------------------- ***/ |