You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/07/14 11:46:40 UTC

[GitHub] [skywalking-goapi] kezhenxu94 commented on a diff in pull request #45: Append `json:",omitempty"` to the query protocol

kezhenxu94 commented on code in PR #45:
URL: https://github.com/apache/skywalking-goapi/pull/45#discussion_r921064410


##########
scripts/update_query_protocol.sh:
##########
@@ -45,7 +45,8 @@ rm -rf "$TEMPDIR"/query-protocol.tgz
 go get github.com/99designs/gqlgen
 
 "$(go env GOPATH)"/bin/gqlgen -h > /dev/null 2>&1 || GO111MODULE=off go get github.com/99designs/gqlgen
-"$(go env GOPATH)"/bin/gqlgen generate
+#"$(go env GOPATH)"/bin/gqlgen generate
+go run "$BASEDIR"/scripts/tools/query_mutation.go

Review Comment:
   ```suggestion
   go run "$BASEDIR"/scripts/tools/query_mutation.go
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org