Initial Wundergraph Setup

This commit is contained in:
Samuel Andert
2023-08-25 09:45:46 +02:00
commit 842cd376cc
33 changed files with 9654 additions and 0 deletions

5
src/routes/+page.svelte Normal file
View File

@ -0,0 +1,5 @@
<script>
import GraphQL from "./GraphQL.svelte";
</script>
<GraphQL />