Skip to content

Commit

Permalink
build: add graphql code generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Sep 29, 2023
1 parent 4c52155 commit 04774e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ cleanup_test:
@docker compose down
swag:
@swag fmt
@swag init
@swag init
generate:
@go get github.com/99designs/gqlgen
@go run github.com/99designs/gqlgen generate

0 comments on commit 04774e9

Please sign in to comment.