-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #291 from dayuy/main
chore: remove the bff-sdk directory & add the command gql-sdk-upgrade to the Makefile
- Loading branch information
Showing
21 changed files
with
48 additions
and
11,302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -253,6 +253,14 @@ gql-gen: | |
@go run github.com/99designs/[email protected] generate | ||
build-graphql-server: gql-gen | ||
@CGO_ENABLED=0 GOOS=linux go build -o bin/graphql-server graphql-server/go-server/main.go | ||
run-graphql-server: | ||
POD_NAMESPACE=arcadia go run graphql-server/go-server/main.go --enable-playground=true & | ||
|
||
# sdk for graphql-server api | ||
GRL_SDK_GENERATOR_IMAGE ?= kubebb/gql-sdk-generator | ||
.PHONY: gql-sdk-generator | ||
gql-sdk-generator: run-graphql-server | ||
docker run -v $(shell pwd)/graphql-server/go-server/graph/schema:/schema ${GRL_SDK_GENERATOR_IMAGE}:main | ||
|
||
|
||
# prepare for git push | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.