BookingCancelBuyerMutationInput
No description
input BookingCancelBuyerMutationInput {
buyerReference: String!
sellerReference: String
sellerIdentity: ReconSellerIdentityInput!
reservation: ReconReservationCancelInput!
clientMutationId: String
}