acc-server/scripts/graphql.sh
2022-06-10 12:52:39 +02:00

8 lines
145 B
Bash
Executable File

#!/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