acc-server/scripts/graphql.sh

8 lines
145 B
Bash
Raw Normal View History

2022-06-10 12:52:39 +02:00
#!/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