Skip to content

Commit

Permalink
remove protobuff changes relating to field_name and alias
Browse files Browse the repository at this point in the history
breaking build
  • Loading branch information
cheapsteak committed Jun 5, 2019
1 parent d4efb19 commit 1a296b7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/apollo-engine-reporting-protobuf/src/reports.proto
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,10 @@ message Trace {
// a list). Note that nodes representing indexes (and the root node)
// don't contain all Node fields (eg types and times).
oneof id {
// Older versions of Apollo Engine Reporting (AS <= 2.4.8) would set this
// key to be the alias if there was an alias and the field name otherwise.
// New agents all use the `original_field_name` key, but we support this
// id as well for legacy reasons. To specify an
// alias, use the alias key.
string legacy_field_name_could_be_alias = 1;
string original_field_name = 24;
string field_name = 1;
uint32 index = 2;
}

string alias = 25;
// The field's return type; e.g. "String!" for User.email:String!
string type = 3;

Expand Down

0 comments on commit 1a296b7

Please sign in to comment.