Add base acc server
This commit is contained in:
7
scripts/graphql.sh
Executable file
7
scripts/graphql.sh
Executable 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
|
Reference in New Issue
Block a user