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