Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions proto/google/events/firebase/dataconnect/v1/data.proto
Original file line number Diff line number Diff line change
Expand Up @@ -345,13 +345,13 @@ message Mutation {
google.protobuf.Struct data = 1;

// Values for GraphQL variables provided in this request.
google.protobuf.Struct variables = 2;
google.protobuf.Struct variables = 3;

// Errors of this response.
// If the data entry in the response is not present, the errors entry must be
// present.
// It conforms to https://spec.graphql.org/draft/#sec-Errors.
repeated GraphqlError errors = 3;
repeated GraphqlError errors = 2;
}

// The data within all Mutation events.
Expand Down
Loading