Type alias MutationCreateItineraryLocationArgs

MutationCreateItineraryLocationArgs: {
    autoRoute?: InputMaybe<RouteSegmentInput>;
    itineraryId: Scalars["ID"];
    location: CreateItineraryLocationInput;
    publish?: Scalars["Boolean"];
}

Type declaration

Generated using TypeDoc