From 30fc7f81b3c4dfa5603aaab95a70ddc294517291 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 6 May 2024 17:25:10 -0700 Subject: feat: initial release --- .gitignore | 2 + index.html | 539 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 541 insertions(+) create mode 100644 .gitignore create mode 100644 index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..01ecd8e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Visual Studio Code +.vscode diff --git a/index.html b/index.html new file mode 100644 index 0000000..2ff1283 --- /dev/null +++ b/index.html @@ -0,0 +1,539 @@ + + + + + + + + GraphQL Playground + + + + + + + + + + + + +
+ +
+ + + + -- cgit v1.2.3