CreateItineraryLocationPayload: {
    __typename?: "CreateItineraryLocationPayload";
    cascaded: ItineraryItemCascadedChanges;
    itinerary: Itinerary;
    location?: Maybe<ItineraryLocation>;
}

The fields available after creating an itinerary location

Type declaration

  • Optional __typename?: "CreateItineraryLocationPayload"
  • cascaded: ItineraryItemCascadedChanges

    Other changes to the itinerary caused by the creation of the itinerary-location

  • itinerary: Itinerary

    The modified itinerary

  • Optional location?: Maybe<ItineraryLocation>

    The itinerary location that was created

Generated using TypeDoc