Closed dsborets closed 5 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
rejoiner/src/main/java/com/google/api/graphql/rejoiner/SchemaModule.java | 6 | 7 | 85.71% | ||
rejoiner/src/main/java/com/google/api/graphql/rejoiner/DescriptorSet.java | 46 | 57 | 80.7% | ||
<!-- | Total: | 58 | 70 | 82.86% | --> |
Totals | |
---|---|
Change from base Build 113: | 1.4% |
Covered Lines: | 859 |
Relevant Lines: | 1990 |
Reviewing this now.
This looks good, we can refactor to using an ImmtableMap later as well as updating the docs
Thanks!
:+1: Thank you for quick review
I'm proposing to use standard protobuf description set file as a source of comments in order to propagate comments from proto to GraphQL schema
The proto description set file could be generated by protobuf plugin:
Maven:
Grails:
The generated protofile description file must be named as
descriptor_set.desc
and located inMETA-INF/proto
of the final jar file