Skip to content

Commit 5f11cf1

Browse files
Merge branch 'googleapis:main' into main
2 parents 5574da1 + 3b86441 commit 5f11cf1

File tree

1 file changed

+2
-2
lines changed
  • proto/google/events/firebase/dataconnect/v1

1 file changed

+2
-2
lines changed

proto/google/events/firebase/dataconnect/v1/data.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,13 +345,13 @@ message Mutation {
345345
google.protobuf.Struct data = 1;
346346

347347
// Values for GraphQL variables provided in this request.
348-
google.protobuf.Struct variables = 2;
348+
google.protobuf.Struct variables = 3;
349349

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

357357
// The data within all Mutation events.

0 commit comments

Comments
 (0)