This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
backend/internal/graphql/generate.sh
2021-03-06 11:54:55 +01:00

6 lines
125 B
Bash

#!/bin/sh
cd ./internal/graphql
go get -u github.com/99designs/gqlgen
go run github.com/99designs/gqlgen
go mod tidy
cd ../..