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

Response payload to the deletePropertyReservations mutation.

Type declaration

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

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