@Override
 public BatchMutation combinedWith(Batchable<?> other) {
   return new BatchMutationQueryAdapter(
       getContext(), query.combinedWith(Mutations.toJava7Mutation(other)));
 }