Added graphql

This commit is contained in:
2022-08-20 22:29:54 +02:00
parent 94986d336e
commit 476816a5d9
27 changed files with 3414 additions and 409 deletions

5
scripts/download.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
pnpm i

9
scripts/generate_graphql.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -e
cuddle_cli x download
pnpm run generate:graphql
git diff src/lib/graphql/generated.ts