Type alias CreateItineraryDirectionsMutation
CreateItineraryDirectionsMutation: {
__typename?: "Mutation";
createItineraryDirections: {
__typename: "CreateItineraryDirectionsPayload";
cascaded: {
__typename?: "ItineraryItemCascadedChanges";
created: ({
__typename: "ItineraryCollection";
id: string;
} | {
__typename: "ItineraryDirections";
id: string;
} | {
__typename: "ItineraryLocation";
id: string;
})[];
deletedIds: string[];
updated: ({
__typename: "ItineraryCollection";
id: string;
} | {
__typename: "ItineraryDirections";
id: string;
} | {
__typename: "ItineraryLocation";
id: string;
})[];
};
directions?: {
__typename: "ItineraryDirections";
distance?: number | null;
durationMin?: number | null;
id: string;
} | null;
};
}
Type declaration
-
Optional
__typename?: "Mutation"
-
createItineraryDirections: {
__typename: "CreateItineraryDirectionsPayload";
cascaded: {
__typename?: "ItineraryItemCascadedChanges";
created: ({
__typename: "ItineraryCollection";
id: string;
} | {
__typename: "ItineraryDirections";
id: string;
} | {
__typename: "ItineraryLocation";
id: string;
})[];
deletedIds: string[];
updated: ({
__typename: "ItineraryCollection";
id: string;
} | {
__typename: "ItineraryDirections";
id: string;
} | {
__typename: "ItineraryLocation";
id: string;
})[];
};
directions?: {
__typename: "ItineraryDirections";
distance?: number | null;
durationMin?: number | null;
id: string;
} | null;
}
-
__typename: "CreateItineraryDirectionsPayload"
-
cascaded: {
__typename?: "ItineraryItemCascadedChanges";
created: ({
__typename: "ItineraryCollection";
id: string;
} | {
__typename: "ItineraryDirections";
id: string;
} | {
__typename: "ItineraryLocation";
id: string;
})[];
deletedIds: string[];
updated: ({
__typename: "ItineraryCollection";
id: string;
} | {
__typename: "ItineraryDirections";
id: string;
} | {
__typename: "ItineraryLocation";
id: string;
})[];
}
-
Optional
__typename?: "ItineraryItemCascadedChanges"
-
created: ({
__typename: "ItineraryCollection";
id: string;
} | {
__typename: "ItineraryDirections";
id: string;
} | {
__typename: "ItineraryLocation";
id: string;
})[]
-
deletedIds: string[]
-
updated: ({
__typename: "ItineraryCollection";
id: string;
} | {
__typename: "ItineraryDirections";
id: string;
} | {
__typename: "ItineraryLocation";
id: string;
})[]
-
Optional
directions?: {
__typename: "ItineraryDirections";
distance?: number | null;
durationMin?: number | null;
id: string;
} | null