ChangeReservationStayDatesPayload: {
    __typename?: "ChangeReservationStayDatesPayload";
    clientMutationId?: Maybe<Scalars["String"]["output"]>;
    reservation: Reservation;
}

REsponse payload for the changeReservationStayDates mutation.

Type declaration

  • Optional__typename?: "ChangeReservationStayDatesPayload"
  • OptionalclientMutationId?: Maybe<Scalars["String"]["output"]>

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

  • reservation: Reservation

    The reservation that was updated.