Skip to content

Commit

Permalink
Merge pull request #1 from ysugimoto/put-reserved-extension-number
Browse files Browse the repository at this point in the history
put allocated extension number
  • Loading branch information
ysugimoto committed Mar 17, 2020
2 parents 3b2fb54 + b4551f1 commit 96b1dd5
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
82 changes: 41 additions & 41 deletions graphql/graphql.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions include/graphql/graphql.proto
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,13 @@ message GraphqlField {
// Extend builtin messages

extend google.protobuf.ServiceOptions {
GraphqlService service = 50001; // TBD
GraphqlService service = 1079;
}

extend google.protobuf.FieldOptions {
GraphqlField field = 50001; // TBO
GraphqlField field = 1079;
}

extend google.protobuf.MethodOptions {
GraphqlSchema schema = 50001; // TBD
GraphqlSchema schema = 1079;
}

0 comments on commit 96b1dd5

Please sign in to comment.