diff --git a/Makefile b/Makefile index c413265..7cd6b37 100644 --- a/Makefile +++ b/Makefile @@ -15,4 +15,7 @@ cleanup_test: @docker compose down swag: @swag fmt - @swag init \ No newline at end of file + @swag init +generate: + @go get github.com/99designs/gqlgen + @go run github.com/99designs/gqlgen generate \ No newline at end of file