CancelReservationInput: {
    clientMutationId?: InputMaybe<Scalars["String"]["input"]>;
    id: Scalars["ID"]["input"];
    sendNotification?: InputMaybe<Scalars["Boolean"]["input"]>;
}

Input to cancel a reservation.

Type declaration

  • OptionalclientMutationId?: InputMaybe<Scalars["String"]["input"]>

    Client mutation ID. Optional value that is echoed back in the response.

  • id: Scalars["ID"]["input"]

    ID of the reservation to cancel.

  • OptionalsendNotification?: InputMaybe<Scalars["Boolean"]["input"]>

    Whether to send a notification upon the cancellation of the reservation.