summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authornetop://ウィビ <paul@webb.page>2026-04-11 14:19:10 -0700
committernetop://ウィビ <paul@webb.page>2026-04-11 14:19:10 -0700
commitca16dcf93922d63dd1783dc471b2ac0c61f8d11f (patch)
tree4568cfda773657f01030747b2e2b804abc092901 /README.md
initial commitHEADprimary
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..71bb5cc
--- /dev/null
+++ b/README.md
@@ -0,0 +1,24 @@
+# alpha
+
+> Yet another GraphQL module for Deno
+
+## Why?
+
+I forked [gql](https://github.com/deno-libs/gql/issues/14#issuecomment-1472911645) while investigating adding plugin support. Then I realized it'd be great to include the modules I typically use when creating GraphQL APIs. Copy/pasting folders into new projects is so 2012.
+
+## Features
+
+- import `*.graphql` files to form your schema
+- GraphiQL code is cleaned up and the SVGs actually make sense (and are readable)
+- passes `deno check mod.ts` without issue
+- more stuff
+
+## TODO
+
+- add proper README
+- add tests
+- add example(s)
+- replace React with Svelte/SvelteKit for GraphiQL
+- take over the world
+ - real world, metaverse, or yggdrasil (ipv6 mesh network), whichever comes first
+- adhere to `no-explicit-any` (make `deno lint` proud)