BookingCreateSellerMutationInput
No description
input BookingCreateSellerMutationInput {
buyerReference: String!
sellerReference: String!
buyerIdentity: ReconBuyerIdentityInput!
reservation: ReconReservationCreateInput!
clientMutationId: String
}