Mutation constructor
Mutation({})
Implementation
Mutation({
this.baseVersion,
this.delete,
this.insert,
this.propertyMask,
this.update,
this.updateTime,
this.upsert,
});
Mutation({
this.baseVersion,
this.delete,
this.insert,
this.propertyMask,
this.update,
this.updateTime,
this.upsert,
});