Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
support json_name proto annotation for renaming field names in GraphQ…
Browse files Browse the repository at this point in the history
…L schema.

also bumping version to release 0.2.1.
  • Loading branch information
siderakis committed Nov 29, 2018
1 parent 21b355c commit 2562cdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rejoiner/src/test/proto/test_proto.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ message Proto1 {
InnerProto test_inner_proto = 4;
//Some leading comment
int64 camelCaseName = 5;
string name_field = 6 [json_name="RenamedField"];

message InnerProto {
string foo = 1;
Expand Down

0 comments on commit 2562cdb

Please sign in to comment.