Add base acc server

This commit is contained in:
2022-06-10 12:52:39 +02:00
commit 083cfdc580
12 changed files with 4526 additions and 0 deletions

7
scripts/graphql.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
#
set -e
go get -d github.com/99designs/gqlgen@latest
go run github.com/99designs/gqlgen generate --config ./gqlgen.yml
go mod tidy