forked from kubeagi/arcadia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove the bff-sdk directory & add the command gql-sdk-upgrade…
… to the Makefile
- Loading branch information
Showing
19 changed files
with
22 additions
and
11,296 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 nohup 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.