BookingUpdateBuyerMutationInput
No description
input BookingUpdateBuyerMutationInput {
  buyerReference: String!
  sellerReference: String
  sellerIdentity: ReconSellerIdentityInput!
  reservation: ReconReservationUpdateInput!
  clientMutationId: String
}