Type alias GetItineraryLocationQuery
GetItineraryLocationQuery: {
__typename?: "Query";
node?: {
__typename: "Collection";
id: string;
} | {
__typename: "CollectionItemFailedToLoad";
id: string;
} | {
__typename: "CollectionLocation";
id: string;
} | {
__typename: "ConnectedApp";
id: string;
} | {
__typename: "IconComposition";
id: string;
} | {
__typename: "IconResourceFailedToLoad";
id: string;
} | {
__typename: "IconSilhouette";
id: string;
} | {
__typename: "Itinerary";
id: string;
} | {
__typename: "ItineraryCollection";
id: string;
} | {
__typename: "ItineraryDirections";
id: string;
} | {
__typename: "ItineraryLocation";
description?: string | null;
id: string;
optional: boolean;
place: {
__typename: "Place";
address: {
__typename?: "PlaceAddress";
addressLineOne?: string | null;
addressLineThree?: string | null;
addressLineTwo?: string | null;
country?: string | null;
countryCode?: string | null;
locality?: string | null;
region?: string | null;
regionCode?: string | null;
};
contact: {
__typename?: "PlaceContact";
bookingUrl?: string | null;
emailAddress?: string | null;
facebookUrl?: string | null;
instagramUrl?: string | null;
phoneNumber?: string | null;
twitterUrl?: string | null;
websiteUrl?: string | null;
};
description?: string | null;
id: string;
layers: {
__typename: "PlaceLayer";
id: string;
name?: string | null;
}[];
maki?: string | null;
name?: string | null;
position: {
__typename?: "Position";
lat: number;
lon: number;
};
synopsis?: string | null;
};
position: {
__typename?: "Position";
lat: number;
lon: number;
};
readMoreUrl?: string | null;
synopsis?: string | null;
tags: string[];
title?: string | null;
} | {
__typename: "MediaResourceFailedToLoad";
id: string;
} | {
__typename: "Place";
id: string;
} | {
__typename: "Profile";
id: string;
} | {
__typename: "UserAgreement";
id: string;
} | null;
}
Type declaration
-
Optional
__typename?: "Query"
-
Optional
node?: {
__typename: "Collection";
id: string;
} | {
__typename: "CollectionItemFailedToLoad";
id: string;
} | {
__typename: "CollectionLocation";
id: string;
} | {
__typename: "ConnectedApp";
id: string;
} | {
__typename: "IconComposition";
id: string;
} | {
__typename: "IconResourceFailedToLoad";
id: string;
} | {
__typename: "IconSilhouette";
id: string;
} | {
__typename: "Itinerary";
id: string;
} | {
__typename: "ItineraryCollection";
id: string;
} | {
__typename: "ItineraryDirections";
id: string;
} | {
__typename: "ItineraryLocation";
description?: string | null;
id: string;
optional: boolean;
place: {
__typename: "Place";
address: {
__typename?: "PlaceAddress";
addressLineOne?: string | null;
addressLineThree?: string | null;
addressLineTwo?: string | null;
country?: string | null;
countryCode?: string | null;
locality?: string | null;
region?: string | null;
regionCode?: string | null;
};
contact: {
__typename?: "PlaceContact";
bookingUrl?: string | null;
emailAddress?: string | null;
facebookUrl?: string | null;
instagramUrl?: string | null;
phoneNumber?: string | null;
twitterUrl?: string | null;
websiteUrl?: string | null;
};
description?: string | null;
id: string;
layers: {
__typename: "PlaceLayer";
id: string;
name?: string | null;
}[];
maki?: string | null;
name?: string | null;
position: {
__typename?: "Position";
lat: number;
lon: number;
};
synopsis?: string | null;
};
position: {
__typename?: "Position";
lat: number;
lon: number;
};
readMoreUrl?: string | null;
synopsis?: string | null;
tags: string[];
title?: string | null;
} | {
__typename: "MediaResourceFailedToLoad";
id: string;
} | {
__typename: "Place";
id: string;
} | {
__typename: "Profile";
id: string;
} | {
__typename: "UserAgreement";
id: string;
} | null