ItineraryItemCascadedChanges: {
    __typename?: "ItineraryItemCascadedChanges";
    created: ItineraryItem[];
    deletedIds: Scalars["ID"][];
    updated: ItineraryItem[];
}

Changes to an itinerary caused by a mutation

Type declaration

  • Optional __typename?: "ItineraryItemCascadedChanges"
  • created: ItineraryItem[]

    Itinerary-items that were created due to the mutation

  • deletedIds: Scalars["ID"][]

    Itinerary-items that were deleted due to the mutation

  • updated: ItineraryItem[]

    Itinerary-items that were updated due to the mutation

Generated using TypeDoc