We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5574da1 + 3b86441 commit 5f11cf1Copy full SHA for 5f11cf1
proto/google/events/firebase/dataconnect/v1/data.proto
@@ -345,13 +345,13 @@ message Mutation {
345
google.protobuf.Struct data = 1;
346
347
// Values for GraphQL variables provided in this request.
348
- google.protobuf.Struct variables = 2;
+ google.protobuf.Struct variables = 3;
349
350
// Errors of this response.
351
// If the data entry in the response is not present, the errors entry must be
352
// present.
353
// It conforms to https://spec.graphql.org/draft/#sec-Errors.
354
- repeated GraphqlError errors = 3;
+ repeated GraphqlError errors = 2;
355
}
356
357
// The data within all Mutation events.
0 commit comments