BookingUpdateSellerMutationInput
No description
input BookingUpdateSellerMutationInput {
  buyerReference: String!
  sellerReference: String!
  buyerIdentity: ReconBuyerIdentityInput!
  reservation: ReconReservationUpdateInput!
  clientMutationId: String
}