Type aliases
ApproveProfileFollowPayload
Type declaration
-
Optional __typename?: "ApproveProfileFollowPayload"
-
-
-
AttributeConnection
Type declaration
-
Optional __typename?: "AttributeConnection"
-
-
-
-
totalCount: Scalars["Int"]
AttributeEdge
Attribute
Edge: { __typename?: "AttributeEdge"; cursor: Scalars["String"]; node: Attribute }
Type declaration
-
Optional __typename?: "AttributeEdge"
-
cursor: Scalars["String"]
-
AutocompleteSearchPlaceQuery
AutocompleteSearchPlaceQuery: { __typename?: "Query"; placeAutocompleteSearch: { __typename: "PlaceSearchConnection"; edges: { __typename?: "PlaceSearchEdge"; main: { __typename?: "TextSearchResult"; label: string; matches: { __typename?: "TextSearchResultMatch"; length: number; offset: number }[] }; node: { __typename: "PlaceSearchNode"; 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 }; id: string; layers: { __typename: "PlaceLayer"; id: string; name?: string | null }[]; maki?: string | null; name?: string | null; position: { __typename?: "Position"; lat: number; lon: number } }; secondary: { __typename?: "TextSearchResult"; label: string; matches: { __typename?: "TextSearchResultMatch"; length: number; offset: number }[] } }[] } }
Type declaration
-
Optional __typename?: "Query"
-
placeAutocompleteSearch: { __typename: "PlaceSearchConnection"; edges: { __typename?: "PlaceSearchEdge"; main: { __typename?: "TextSearchResult"; label: string; matches: { __typename?: "TextSearchResultMatch"; length: number; offset: number }[] }; node: { __typename: "PlaceSearchNode"; 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 }; id: string; layers: { __typename: "PlaceLayer"; id: string; name?: string | null }[]; maki?: string | null; name?: string | null; position: { __typename?: "Position"; lat: number; lon: number } }; secondary: { __typename?: "TextSearchResult"; label: string; matches: { __typename?: "TextSearchResultMatch"; length: number; offset: number }[] } }[] }
-
__typename: "PlaceSearchConnection"
-
edges: { __typename?: "PlaceSearchEdge"; main: { __typename?: "TextSearchResult"; label: string; matches: { __typename?: "TextSearchResultMatch"; length: number; offset: number }[] }; node: { __typename: "PlaceSearchNode"; 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 }; id: string; layers: { __typename: "PlaceLayer"; id: string; name?: string | null }[]; maki?: string | null; name?: string | null; position: { __typename?: "Position"; lat: number; lon: number } }; secondary: { __typename?: "TextSearchResult"; label: string; matches: { __typename?: "TextSearchResultMatch"; length: number; offset: number }[] } }[]
AutocompleteSearchPlaceQueryVariables
BillingDetails
Type declaration
-
Optional __typename?: "BillingDetails"
-
-
emailAddress: Scalars["String"]
-
familyName: Scalars["String"]
-
givenName: Scalars["String"]
-
Optional organization?: Maybe<Scalars["String"]>
-
BillingPlan
Type declaration
-
Optional __typename?: "BillingPlan"
-
-
-
quantity: Scalars["Int"]
BillingPrice
Type declaration
-
Optional __typename?: "BillingPrice"
-
amount: Scalars["Int"]
-
currency: Scalars["String"]
-
-
-
BillingPriceConnection
Type declaration
-
Optional __typename?: "BillingPriceConnection"
-
-
-
-
totalCount: Scalars["Int"]
BillingPriceEdge
Billing
PriceEdge: { __typename?: "BillingPriceEdge"; cursor: Scalars["String"]; node: BillingPrice }
Type declaration
-
Optional __typename?: "BillingPriceEdge"
-
cursor: Scalars["String"]
-
BillingPriceRecurring
Type declaration
-
Optional __typename?: "BillingPriceRecurring"
-
-
BillingProduct
Billing
Product: { __typename?: "BillingProduct"; description?: Maybe<Scalars["String"]>; id: Scalars["ID"]; name: Scalars["String"] }
Type declaration
-
Optional __typename?: "BillingProduct"
-
Optional description?: Maybe<Scalars["String"]>
-
-
name: Scalars["String"]
BillingSubscription
Type declaration
-
Optional __typename?: "BillingSubscription"
-
created: Scalars["String"]
-
-
modified: Scalars["String"]
-
-
-
BillingSubscriptionConnection
Type declaration
-
Optional __typename?: "BillingSubscriptionConnection"
-
-
-
-
totalCount: Scalars["Int"]
BillingSubscriptionCreatedArgs
BillingSubscriptionEdge
Type declaration
-
Optional __typename?: "BillingSubscriptionEdge"
-
cursor: Scalars["String"]
-
BillingSubscriptionModifiedArgs
CaptureMarketingInformationPayload
Capture
MarketingInformationPayload: { __typename?: "CaptureMarketingInformationPayload"; profileId?: Maybe<Scalars["ID"]> }
Type declaration
-
Optional __typename?: "CaptureMarketingInformationPayload"
-
Optional profileId?: Maybe<Scalars["ID"]>
ChangeItineraryDefaultLocalePayload
Change
ItineraryDefaultLocalePayload: { __typename?: "ChangeItineraryDefaultLocalePayload"; itinerary?: Maybe<Itinerary> }
Type declaration
-
Optional __typename?: "ChangeItineraryDefaultLocalePayload"
-
ClaimProfileHandlePayload
Claim
ProfileHandlePayload: { __typename?: "ClaimProfileHandlePayload"; profile?: Maybe<Profile> }
Type declaration
-
Optional __typename?: "ClaimProfileHandlePayload"
-
CollectionConnection
Type declaration
-
Optional __typename?: "CollectionConnection"
-
-
-
-
totalCount: Scalars["Int"]
CollectionContentFragment
CollectionContentFragment: { __typename?: "Collection"; description?: string | null; discriminator: string; readMoreUrl?: string | null; synopsis?: string | null; title?: string | null }
Type declaration
-
Optional __typename?: "Collection"
-
Optional description?: string | null
-
discriminator: string
-
Optional readMoreUrl?: string | null
-
Optional synopsis?: string | null
-
Optional title?: string | null
CollectionEdge
Collection
Edge: { __typename?: "CollectionEdge"; cursor: Scalars["String"]; node: Collection }
Type declaration
-
Optional __typename?: "CollectionEdge"
-
cursor: Scalars["String"]
-
CollectionItemArgs
Collection
ItemArgs: { id: Scalars["ID"] }
CollectionItemAttrValueArgs
CollectionItemConnection
Type declaration
-
Optional __typename?: "CollectionItemConnection"
-
-
-
-
totalCount: Scalars["Int"]
CollectionItemCreatedArgs
CollectionItemEdge
Collection
ItemEdge: { __typename?: "CollectionItemEdge"; cursor: Scalars["String"]; node: CollectionItem }
Type declaration
-
Optional __typename?: "CollectionItemEdge"
-
cursor: Scalars["String"]
-
CollectionItemFailedToLoad
Collection
ItemFailedToLoad: Node & { __typename?: "CollectionItemFailedToLoad"; id: Scalars["ID"] }
CollectionItemMediaArgs
Collection
ItemMediaArgs: { limit?: Scalars["Int"] }
CollectionItemMediaContainersArgs
CollectionItemModifiedArgs
CollectionItemsCountFragment
CollectionItemsCountFragment: { __typename?: "Collection"; items: { __typename?: "CollectionItemConnection"; totalCount: number } }
Type declaration
-
Optional __typename?: "Collection"
-
items: { __typename?: "CollectionItemConnection"; totalCount: number }
-
Optional __typename?: "CollectionItemConnection"
-
totalCount: number
CollectionLocationAttrArgs
CollectionLocationAttrValueArgs
CollectionLocationAttrsArgs
CollectionLocationContentFragment
CollectionLocationContentFragment: { __typename?: "CollectionLocation"; description?: string | null; position: { __typename?: "Position"; lat: number; lon: number }; readMoreUrl?: string | null; synopsis?: string | null; tags: string[]; title?: string | null; websiteUrl?: string | null }
Type declaration
-
Optional __typename?: "CollectionLocation"
-
Optional description?: string | null
-
position: { __typename?: "Position"; lat: number; lon: number }
-
Optional __typename?: "Position"
-
lat: number
-
lon: number
-
Optional readMoreUrl?: string | null
-
Optional synopsis?: string | null
-
tags: string[]
-
Optional title?: string | null
-
Optional websiteUrl?: string | null
CollectionLocationCreatedArgs
CollectionLocationExternalRefsFragment
CollectionLocationExternalRefsFragment: { __typename?: "CollectionLocation"; externalId?: { __typename?: "Attribute"; value?: any | null } | null; externalSource?: { __typename?: "Attribute"; value?: any | null } | null }
Type declaration
-
Optional __typename?: "CollectionLocation"
-
Optional externalId?: { __typename?: "Attribute"; value?: any | null } | null
-
Optional externalSource?: { __typename?: "Attribute"; value?: any | null } | null
CollectionLocationMediaArgs
Collection
LocationMediaArgs: { limit?: Scalars["Int"] }
CollectionLocationMediaContainersArgs
CollectionLocationModifiedArgs
CollectionLocationPartialContentFragment
CollectionLocationPartialContentFragment: { __typename?: "CollectionLocation"; position: { __typename?: "Position"; lat: number; lon: number }; readMoreUrl?: string | null; synopsis?: string | null; tags: string[]; title?: string | null }
Type declaration
-
Optional __typename?: "CollectionLocation"
-
position: { __typename?: "Position"; lat: number; lon: number }
-
Optional __typename?: "Position"
-
lat: number
-
lon: number
-
Optional readMoreUrl?: string | null
-
Optional synopsis?: string | null
-
tags: string[]
-
Optional title?: string | null
CollectionMediaArgs
Collection
MediaArgs: { limit?: Scalars["Int"] }
CollectionMediaContainersArgs
CollectionPartialContentFragment
CollectionPartialContentFragment: { __typename?: "Collection"; readMoreUrl?: string | null; synopsis?: string | null; title?: string | null }
Type declaration
-
Optional __typename?: "Collection"
-
Optional readMoreUrl?: string | null
-
Optional synopsis?: string | null
-
Optional title?: string | null
ConnectedAppConnection
Type declaration
-
Optional __typename?: "ConnectedAppConnection"
-
-
-
-
totalCount: Scalars["Int"]
ConnectedAppEdge
Connected
AppEdge: { __typename?: "ConnectedAppEdge"; cursor: Scalars["String"]; node: ConnectedApp }
Type declaration
-
Optional __typename?: "ConnectedAppEdge"
-
cursor: Scalars["String"]
-
CreateBillingCheckoutSessionOutput
Create
BillingCheckoutSessionOutput: { __typename?: "CreateBillingCheckoutSessionOutput"; url: Scalars["String"] }
Type declaration
-
Optional __typename?: "CreateBillingCheckoutSessionOutput"
-
url: Scalars["String"]
CreateBillingPortalSessionOutput
Create
BillingPortalSessionOutput: { __typename?: "CreateBillingPortalSessionOutput"; url: Scalars["String"] }
Type declaration
-
Optional __typename?: "CreateBillingPortalSessionOutput"
-
url: Scalars["String"]
CreateCollectionLocationInput
CreateCollectionLocationMutation
CreateCollectionLocationMutation: { __typename?: "Mutation"; createCollectionLocation: { __typename: "CreateCollectionLocationPayload"; location?: { __typename: "CollectionLocation"; description?: string | null; id: string; 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 }; 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; websiteUrl?: string | null } | null } }
Type declaration
-
Optional __typename?: "Mutation"
-
createCollectionLocation: { __typename: "CreateCollectionLocationPayload"; location?: { __typename: "CollectionLocation"; description?: string | null; id: string; 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 }; 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; websiteUrl?: string | null } | null }
-
__typename: "CreateCollectionLocationPayload"
-
Optional location?: { __typename: "CollectionLocation"; description?: string | null; id: string; 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 }; 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; websiteUrl?: string | null } | null
CreateCollectionLocationMutationVariables
CreateCollectionLocationPayload
Create
CollectionLocationPayload: { __typename?: "CreateCollectionLocationPayload"; location?: Maybe<CollectionLocation> }
Type declaration
-
Optional __typename?: "CreateCollectionLocationPayload"
-
CreateCollectionPayload
Create
CollectionPayload: { __typename?: "CreateCollectionPayload"; collection?: Maybe<Collection> }
Type declaration
-
Optional __typename?: "CreateCollectionPayload"
-
CreateConnectedAppPayload
Create
ConnectedAppPayload: { __typename?: "CreateConnectedAppPayload"; connectedApp?: Maybe<ConnectedApp> }
Type declaration
-
Optional __typename?: "CreateConnectedAppPayload"
-
CreateIconCompositionInput
CreateIconSilhouetteInput
CreateIconSilhouettePayload
Create
IconSilhouettePayload: { __typename?: "CreateIconSilhouettePayload"; icon?: Maybe<IconSilhouette> }
Type declaration
-
Optional __typename?: "CreateIconSilhouettePayload"
-
CreateItineraryCollectionInput
CreateItineraryCollectionPayload
Type declaration
-
Optional __typename?: "CreateItineraryCollectionPayload"
-
-
-
CreateItineraryDirectionsInput
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
CreateItineraryDirectionsMutationVariables
CreateItineraryDirectionsPayload
Type declaration
-
Optional __typename?: "CreateItineraryDirectionsPayload"
-
-
-
CreateItineraryLocationInput
CreateItineraryLocationMutation
CreateItineraryLocationMutation: { __typename?: "Mutation"; createItineraryLocation: { __typename: "CreateItineraryLocationPayload"; 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 })[] }; location?: { __typename: "ItineraryLocation"; description?: string | null; id: string; itinerary: { __typename: "Itinerary"; id: string; locations: { __typename?: "ItineraryItemConnection"; totalCount: number } }; 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 }; 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 } | null } }
Type declaration
-
Optional __typename?: "Mutation"
-
createItineraryLocation: { __typename: "CreateItineraryLocationPayload"; 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 })[] }; location?: { __typename: "ItineraryLocation"; description?: string | null; id: string; itinerary: { __typename: "Itinerary"; id: string; locations: { __typename?: "ItineraryItemConnection"; totalCount: number } }; 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 }; 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 } | null }
-
__typename: "CreateItineraryLocationPayload"
-
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 location?: { __typename: "ItineraryLocation"; description?: string | null; id: string; itinerary: { __typename: "Itinerary"; id: string; locations: { __typename?: "ItineraryItemConnection"; totalCount: number } }; 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 }; 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 } | null
CreateItineraryLocationMutationVariables
CreateItineraryLocationPayload
Type declaration
-
Optional __typename?: "CreateItineraryLocationPayload"
-
-
-
CreateItineraryMutation
Create
ItineraryMutation: { __typename?: "Mutation"; createItinerary: { __typename: "CreateItineraryPayload"; itinerary?: { __typename: "Itinerary"; autoRoute?: { __typename?: "ItineraryAutoRoute"; defaultMode: RouteMode } | null; created?: string | null; description?: string | null; id: string; locations: { __typename?: "ItineraryItemConnection"; totalCount: number }; modified?: string | null; published?: string | null; synopsis?: string | null; tags: string[]; title?: string | null } | null } }
Type declaration
-
Optional __typename?: "Mutation"
-
createItinerary: { __typename: "CreateItineraryPayload"; itinerary?: { __typename: "Itinerary"; autoRoute?: { __typename?: "ItineraryAutoRoute"; defaultMode: RouteMode } | null; created?: string | null; description?: string | null; id: string; locations: { __typename?: "ItineraryItemConnection"; totalCount: number }; modified?: string | null; published?: string | null; synopsis?: string | null; tags: string[]; title?: string | null } | null }
-
__typename: "CreateItineraryPayload"
-
Optional itinerary?: { __typename: "Itinerary"; autoRoute?: { __typename?: "ItineraryAutoRoute"; defaultMode: RouteMode } | null; created?: string | null; description?: string | null; id: string; locations: { __typename?: "ItineraryItemConnection"; totalCount: number }; modified?: string | null; published?: string | null; synopsis?: string | null; tags: string[]; title?: string | null } | null
CreateItineraryMutationVariables
CreateItineraryPayload
Create
ItineraryPayload: { __typename?: "CreateItineraryPayload"; itinerary?: Maybe<Itinerary> }
Type declaration
-
Optional __typename?: "CreateItineraryPayload"
-
CreateMediaContainerInput
CreateProfilePayload
Create
ProfilePayload: { __typename?: "CreateProfilePayload"; profile?: Maybe<Profile> }
Type declaration
-
Optional __typename?: "CreateProfilePayload"
-
CreateUserAgreementInput
Create
UserAgreementInput: { type: Scalars["String"] }
CreateUserAgreementPayload
Create
UserAgreementPayload: { __typename?: "CreateUserAgreementPayload"; userAgreement?: Maybe<UserAgreement> }
Type declaration
-
Optional __typename?: "CreateUserAgreementPayload"
-
DeleteCollectionItemPayload
Delete
CollectionItemPayload: { __typename?: "DeleteCollectionItemPayload"; id?: Maybe<Scalars["ID"]> }
Type declaration
-
Optional __typename?: "DeleteCollectionItemPayload"
-
DeleteCollectionLocationMutation
DeleteCollectionLocationMutation: { __typename?: "Mutation"; deleteCollectionItem: { __typename: "DeleteCollectionItemPayload" } }
Type declaration
-
Optional __typename?: "Mutation"
-
deleteCollectionItem: { __typename: "DeleteCollectionItemPayload" }
-
__typename: "DeleteCollectionItemPayload"
DeleteCollectionLocationMutationVariables
Delete
CollectionLocationMutationVariables: Exact<{ id: Scalars["ID"] }>
DeleteCollectionPayload
Delete
CollectionPayload: { __typename?: "DeleteCollectionPayload"; id?: Maybe<Scalars["ID"]> }
Type declaration
-
Optional __typename?: "DeleteCollectionPayload"
-
DeleteConnectedAppPayload
Delete
ConnectedAppPayload: { __typename?: "DeleteConnectedAppPayload"; id?: Maybe<Scalars["ID"]> }
Type declaration
-
Optional __typename?: "DeleteConnectedAppPayload"
-
DeleteIconResourcePayload
Delete
IconResourcePayload: { __typename?: "DeleteIconResourcePayload"; id?: Maybe<Scalars["ID"]> }
Type declaration
-
Optional __typename?: "DeleteIconResourcePayload"
-
DeleteItineraryItemPayload
Type declaration
-
Optional __typename?: "DeleteItineraryItemPayload"
-
-
-
DeleteItineraryLocationMutation
DeleteItineraryLocationMutation: { __typename?: "Mutation"; deleteItineraryItem: { __typename: "DeleteItineraryItemPayload"; 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 })[] }; itinerary: { __typename: "Itinerary"; id: string; locations: { __typename?: "ItineraryItemConnection"; totalCount: number } } } }
Type declaration
-
Optional __typename?: "Mutation"
-
deleteItineraryItem: { __typename: "DeleteItineraryItemPayload"; 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 })[] }; itinerary: { __typename: "Itinerary"; id: string; locations: { __typename?: "ItineraryItemConnection"; totalCount: number } } }
-
__typename: "DeleteItineraryItemPayload"
-
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 })[]
-
itinerary: { __typename: "Itinerary"; id: string; locations: { __typename?: "ItineraryItemConnection"; totalCount: number } }
-
__typename: "Itinerary"
-
id: string
-
locations: { __typename?: "ItineraryItemConnection"; totalCount: number }
-
Optional __typename?: "ItineraryItemConnection"
-
totalCount: number
DeleteItineraryLocationMutationVariables
Delete
ItineraryLocationMutationVariables: Exact<{ id: Scalars["ID"] }>
DeleteItineraryMutation
DeleteItineraryMutation: { __typename?: "Mutation"; deleteItinerary: { __typename: "DeleteItineraryPayload" } }
Type declaration
-
Optional __typename?: "Mutation"
-
deleteItinerary: { __typename: "DeleteItineraryPayload" }
-
__typename: "DeleteItineraryPayload"
DeleteItineraryMutationVariables
Delete
ItineraryMutationVariables: Exact<{ id: Scalars["ID"] }>
DeleteItineraryPayload
Delete
ItineraryPayload: { __typename?: "DeleteItineraryPayload"; id?: Maybe<Scalars["ID"]> }
Type declaration
-
Optional __typename?: "DeleteItineraryPayload"
-
DeleteProfilePayload
Delete
ProfilePayload: { __typename?: "DeleteProfilePayload"; id?: Maybe<Scalars["ID"]> }
Type declaration
-
Optional __typename?: "DeleteProfilePayload"
-
DenyProfileFollowPayload
Type declaration
-
Optional __typename?: "DenyProfileFollowPayload"
-
-
-
DisableItineraryAutoRouteMutation
Disable
ItineraryAutoRouteMutation: { __typename?: "Mutation"; updateItinerary: { __typename: "UpdateItineraryPayload"; 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 })[] }; itinerary?: { __typename: "Itinerary"; autoRoute?: { __typename?: "ItineraryAutoRoute"; defaultMode: RouteMode } | null; id: string } | null } }
Type declaration
-
Optional __typename?: "Mutation"
-
updateItinerary: { __typename: "UpdateItineraryPayload"; 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 })[] }; itinerary?: { __typename: "Itinerary"; autoRoute?: { __typename?: "ItineraryAutoRoute"; defaultMode: RouteMode } | null; id: string } | null }
-
__typename: "UpdateItineraryPayload"
-
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 itinerary?: { __typename: "Itinerary"; autoRoute?: { __typename?: "ItineraryAutoRoute"; defaultMode: RouteMode } | null; id: string } | null
DisableItineraryAutoRouteMutationVariables
Disable
ItineraryAutoRouteMutationVariables: Exact<{ id: Scalars["ID"] }>
DuplicateItineraryPayload
Duplicate
ItineraryPayload: { __typename?: "DuplicateItineraryPayload"; itinerary?: Maybe<Itinerary> }
Type declaration
-
Optional __typename?: "DuplicateItineraryPayload"
-
EnableItineraryAutoRouteMutation
Enable
ItineraryAutoRouteMutation: { __typename?: "Mutation"; updateItinerary: { __typename: "UpdateItineraryPayload"; 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 })[] }; itinerary?: { __typename: "Itinerary"; autoRoute?: { __typename?: "ItineraryAutoRoute"; defaultMode: RouteMode } | null; id: string } | null } }
Type declaration
-
Optional __typename?: "Mutation"
-
updateItinerary: { __typename: "UpdateItineraryPayload"; 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 })[] }; itinerary?: { __typename: "Itinerary"; autoRoute?: { __typename?: "ItineraryAutoRoute"; defaultMode: RouteMode } | null; id: string } | null }
-
__typename: "UpdateItineraryPayload"
-
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 itinerary?: { __typename: "Itinerary"; autoRoute?: { __typename?: "ItineraryAutoRoute"; defaultMode: RouteMode } | null; id: string } | null
EnableItineraryAutoRouteMutationVariables
Exact
Exact<T>: {[ K in keyof T]: T[K] }
Type parameters
FinalizeMediaUploadPayload
Type declaration
-
Optional __typename?: "FinalizeMediaUploadPayload"
-
-
FindCollectionLocationIdsByExternalQuery
FindCollectionLocationIdsByExternalQuery: { __typename?: "Query"; collectionItems: { __typename: "CollectionItemConnection"; edges: { __typename?: "CollectionItemEdge"; cursor: string; node: { __typename: "CollectionLocation"; id: string; place: { __typename: "Place"; id: string } } }[]; pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }; totalCount: number } }
Type declaration
-
Optional __typename?: "Query"
-
collectionItems: { __typename: "CollectionItemConnection"; edges: { __typename?: "CollectionItemEdge"; cursor: string; node: { __typename: "CollectionLocation"; id: string; place: { __typename: "Place"; id: string } } }[]; pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }; totalCount: number }
-
__typename: "CollectionItemConnection"
-
edges: { __typename?: "CollectionItemEdge"; cursor: string; node: { __typename: "CollectionLocation"; id: string; place: { __typename: "Place"; id: string } } }[]
-
pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }
-
Optional __typename?: "PageInfo"
-
Optional endCursor?: string | null
-
hasNextPage: boolean
-
hasPreviousPage: boolean
-
Optional startCursor?: string | null
-
totalCount: number
FindCollectionLocationIdsByExternalQueryVariables
FindCollectionLocationIdsByTagQuery
FindCollectionLocationIdsByTagQuery: { __typename?: "Query"; collectionItems: { __typename: "CollectionItemConnection"; edges: { __typename?: "CollectionItemEdge"; cursor: string; node: { __typename: "CollectionLocation"; id: string; place: { __typename: "Place"; id: string } } }[]; pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }; totalCount: number } }
Type declaration
-
Optional __typename?: "Query"
-
collectionItems: { __typename: "CollectionItemConnection"; edges: { __typename?: "CollectionItemEdge"; cursor: string; node: { __typename: "CollectionLocation"; id: string; place: { __typename: "Place"; id: string } } }[]; pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }; totalCount: number }
-
__typename: "CollectionItemConnection"
-
edges: { __typename?: "CollectionItemEdge"; cursor: string; node: { __typename: "CollectionLocation"; id: string; place: { __typename: "Place"; id: string } } }[]
-
pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }
-
Optional __typename?: "PageInfo"
-
Optional endCursor?: string | null
-
hasNextPage: boolean
-
hasPreviousPage: boolean
-
Optional startCursor?: string | null
-
totalCount: number
FindCollectionLocationIdsByTagQueryVariables
FindCollectionLocationsByExternalQuery
FindCollectionLocationsByExternalQuery: { __typename?: "Query"; collectionItems: { __typename: "CollectionItemConnection"; edges: { __typename?: "CollectionItemEdge"; cursor: string; node: { __typename: "CollectionLocation"; externalId?: { __typename?: "Attribute"; value?: any | null } | null; externalSource?: { __typename?: "Attribute"; value?: any | null } | null; id: string; 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 }; 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 } }[]; pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }; totalCount: number } }
Type declaration
-
Optional __typename?: "Query"
-
collectionItems: { __typename: "CollectionItemConnection"; edges: { __typename?: "CollectionItemEdge"; cursor: string; node: { __typename: "CollectionLocation"; externalId?: { __typename?: "Attribute"; value?: any | null } | null; externalSource?: { __typename?: "Attribute"; value?: any | null } | null; id: string; 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 }; 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 } }[]; pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }; totalCount: number }
-
__typename: "CollectionItemConnection"
-
edges: { __typename?: "CollectionItemEdge"; cursor: string; node: { __typename: "CollectionLocation"; externalId?: { __typename?: "Attribute"; value?: any | null } | null; externalSource?: { __typename?: "Attribute"; value?: any | null } | null; id: string; 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 }; 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 } }[]
-
pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }
-
Optional __typename?: "PageInfo"
-
Optional endCursor?: string | null
-
hasNextPage: boolean
-
hasPreviousPage: boolean
-
Optional startCursor?: string | null
-
totalCount: number
FindCollectionLocationsByExternalQueryVariables
FindCollectionLocationsByTagQuery
FindCollectionLocationsByTagQuery: { __typename?: "Query"; collectionItems: { __typename: "CollectionItemConnection"; edges: { __typename?: "CollectionItemEdge"; cursor: string; node: { __typename: "CollectionLocation"; externalId?: { __typename?: "Attribute"; value?: any | null } | null; externalSource?: { __typename?: "Attribute"; value?: any | null } | null; id: string; 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 }; 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 } }[]; pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }; totalCount: number } }
Type declaration
-
Optional __typename?: "Query"
-
collectionItems: { __typename: "CollectionItemConnection"; edges: { __typename?: "CollectionItemEdge"; cursor: string; node: { __typename: "CollectionLocation"; externalId?: { __typename?: "Attribute"; value?: any | null } | null; externalSource?: { __typename?: "Attribute"; value?: any | null } | null; id: string; 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 }; 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 } }[]; pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }; totalCount: number }
-
__typename: "CollectionItemConnection"
-
edges: { __typename?: "CollectionItemEdge"; cursor: string; node: { __typename: "CollectionLocation"; externalId?: { __typename?: "Attribute"; value?: any | null } | null; externalSource?: { __typename?: "Attribute"; value?: any | null } | null; id: string; 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 }; 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 } }[]
-
pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }
-
Optional __typename?: "PageInfo"
-
Optional endCursor?: string | null
-
hasNextPage: boolean
-
hasPreviousPage: boolean
-
Optional startCursor?: string | null
-
totalCount: number
FindCollectionLocationsByTagQueryVariables
FindItineraryLocationIdsByPlaceIdQuery
FindItineraryLocationIdsByPlaceIdQuery: { __typename?: "Query"; itinerary?: { __typename?: "Itinerary"; descendants: { __typename: "ItineraryItemConnection"; edges: { __typename?: "ItineraryItemEdge"; node: { __typename: "ItineraryCollection"; id: string } | { __typename: "ItineraryDirections"; id: string } | { __typename: "ItineraryLocation"; id: string; place: { __typename: "Place"; id: string } } }[]; pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }; totalCount: number } } | null }
Type declaration
-
Optional __typename?: "Query"
-
Optional itinerary?: { __typename?: "Itinerary"; descendants: { __typename: "ItineraryItemConnection"; edges: { __typename?: "ItineraryItemEdge"; node: { __typename: "ItineraryCollection"; id: string } | { __typename: "ItineraryDirections"; id: string } | { __typename: "ItineraryLocation"; id: string; place: { __typename: "Place"; id: string } } }[]; pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }; totalCount: number } } | null
FindItineraryLocationIdsByPlaceIdQueryVariables
FindItineraryLocationsByPlaceIdQuery
FindItineraryLocationsByPlaceIdQuery: { __typename?: "Query"; itinerary?: { __typename?: "Itinerary"; descendants: { __typename: "ItineraryItemConnection"; edges: { __typename?: "ItineraryItemEdge"; node: { __typename: "ItineraryCollection"; id: string } | { __typename: "ItineraryDirections"; id: string } | { __typename: "ItineraryLocation"; 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 }; 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 } }[]; pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }; totalCount: number } } | null }
Type declaration
-
Optional __typename?: "Query"
-
Optional itinerary?: { __typename?: "Itinerary"; descendants: { __typename: "ItineraryItemConnection"; edges: { __typename?: "ItineraryItemEdge"; node: { __typename: "ItineraryCollection"; id: string } | { __typename: "ItineraryDirections"; id: string } | { __typename: "ItineraryLocation"; 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 }; 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 } }[]; pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }; totalCount: number } } | null
FindItineraryLocationsByPlaceIdQueryVariables
FollowProfilePayload
Type declaration
-
Optional __typename?: "FollowProfilePayload"
-
-
-
GeoJsonSimplificationRamerDouglasPeucker
GetCollectionLocationQuery
GetCollectionLocationQuery: { __typename?: "Query"; collectionItem?: { __typename: "CollectionLocation"; description?: string | null; id: string; 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 }; 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; websiteUrl?: string | null } | null }
Type declaration
-
Optional __typename?: "Query"
-
Optional collectionItem?: { __typename: "CollectionLocation"; description?: string | null; id: string; 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 }; 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; websiteUrl?: string | null } | null
GetCollectionLocationQueryVariables
Get
CollectionLocationQueryVariables: Exact<{ id: Scalars["ID"] }>
GetCollectionQuery
GetCollectionQuery: { __typename?: "Query"; collection?: { __typename: "Collection"; description?: string | null; discriminator: string; id: string; items: { __typename?: "CollectionItemConnection"; totalCount: number }; readMoreUrl?: string | null; synopsis?: string | null; title?: string | null } | null }
Type declaration
-
Optional __typename?: "Query"
-
Optional collection?: { __typename: "Collection"; description?: string | null; discriminator: string; id: string; items: { __typename?: "CollectionItemConnection"; totalCount: number }; readMoreUrl?: string | null; synopsis?: string | null; title?: string | null } | null
GetCollectionQueryVariables
GetItineraryDirectionsQuery
Get
ItineraryDirectionsQuery: { __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"; distance?: number | null; durationMin?: number | null; id: string; route: { __typename?: "Route"; segments: { __typename: "RouteSegment"; id: string; mode: RouteMode; polyline?: string | null }[] } } | { __typename: "ItineraryLocation"; id: string } | { __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"; distance?: number | null; durationMin?: number | null; id: string; route: { __typename?: "Route"; segments: { __typename: "RouteSegment"; id: string; mode: RouteMode; polyline?: string | null }[] } } | { __typename: "ItineraryLocation"; id: string } | { __typename: "MediaResourceFailedToLoad"; id: string } | { __typename: "Place"; id: string } | { __typename: "Profile"; id: string } | { __typename: "UserAgreement"; id: string } | null
GetItineraryDirectionsQueryVariables
Get
ItineraryDirectionsQueryVariables: Exact<{ id: Scalars["ID"]; includeRoutePolyline: Scalars["Boolean"] }>
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
GetItineraryLocationQueryVariables
Get
ItineraryLocationQueryVariables: Exact<{ id: Scalars["ID"] }>
GetItineraryQuery
Get
ItineraryQuery: { __typename?: "Query"; itinerary?: { __typename: "Itinerary"; autoRoute?: { __typename?: "ItineraryAutoRoute"; defaultMode: RouteMode } | null; created?: string | null; description?: string | null; id: string; locations: { __typename?: "ItineraryItemConnection"; totalCount: number }; modified?: string | null; profile?: { __typename: "Profile"; handle?: string | null; id: string; name: string } | null; published?: string | null; synopsis?: string | null; tags: string[]; title?: string | null } | null }
Type declaration
-
Optional __typename?: "Query"
-
Optional itinerary?: { __typename: "Itinerary"; autoRoute?: { __typename?: "ItineraryAutoRoute"; defaultMode: RouteMode } | null; created?: string | null; description?: string | null; id: string; locations: { __typename?: "ItineraryItemConnection"; totalCount: number }; modified?: string | null; profile?: { __typename: "Profile"; handle?: string | null; id: string; name: string } | null; published?: string | null; synopsis?: string | null; tags: string[]; title?: string | null } | null
GetItineraryQueryVariables
GetMediaImageQuery
GetMediaImageQuery: { __typename?: "Query"; mediaResource?: { __typename: "MediaImage"; altText?: string | null; attribution?: string | null; caption?: string | null; copyright?: string | null; id?: string | null; large?: { __typename?: "MediaImageSource"; url: string } | null; medium?: { __typename?: "MediaImageSource"; url: string } | null; provider: string; small?: { __typename?: "MediaImageSource"; url: string } | null } | null }
Type declaration
-
Optional __typename?: "Query"
-
Optional mediaResource?: { __typename: "MediaImage"; altText?: string | null; attribution?: string | null; caption?: string | null; copyright?: string | null; id?: string | null; large?: { __typename?: "MediaImageSource"; url: string } | null; medium?: { __typename?: "MediaImageSource"; url: string } | null; provider: string; small?: { __typename?: "MediaImageSource"; url: string } | null } | null
GetMediaImageQueryVariables
GetPlaceQuery
GetPlaceQuery: { __typename?: "Query"; 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 } | null }
Type declaration
-
Optional __typename?: "Query"
-
Optional 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 } | null
GetProfileQuery
GetProfileQuery: { __typename?: "Query"; profile?: { __typename: "Profile"; bio?: string | null; handle?: string | null; id: string; name: string; websiteUrl?: string | null } | null }
Type declaration
-
Optional __typename?: "Query"
-
Optional profile?: { __typename: "Profile"; bio?: string | null; handle?: string | null; id: string; name: string; websiteUrl?: string | null } | null
IconCompositionConnection
Type declaration
-
Optional __typename?: "IconCompositionConnection"
-
-
-
-
totalCount: Scalars["Int"]
IconCompositionCreatedArgs
IconCompositionEdge
Type declaration
-
Optional __typename?: "IconCompositionEdge"
-
cursor: Scalars["String"]
-
IconCompositionModifiedArgs
IconResourceAttrValueArgs
IconResourceConnection
Type declaration
-
Optional __typename?: "IconResourceConnection"
-
-
-
-
totalCount: Scalars["Int"]
IconResourceEdge
Icon
ResourceEdge: { __typename?: "IconResourceEdge"; cursor: Scalars["String"]; node: IconResource }
Type declaration
-
Optional __typename?: "IconResourceEdge"
-
cursor: Scalars["String"]
-
IconResourceFailedToLoad
Icon
ResourceFailedToLoad: Node & { __typename?: "IconResourceFailedToLoad"; id: Scalars["ID"] }
IconSilhouetteAttrValueArgs
IconSilhouetteCreatedArgs
IconSilhouetteModifiedArgs
InputMaybe
Type parameters
Isochrone
Type declaration
-
Optional __typename?: "Isochrone"
-
-
copyrights: Scalars["String"][]
-
Optional duration?: Maybe<Scalars["Float"]>
-
-
polygon: Scalars["JSON"]
ItineraryAutoRoute
Itinerary
AutoRoute: { __typename?: "ItineraryAutoRoute"; defaultMode: RouteMode }
Type declaration
-
Optional __typename?: "ItineraryAutoRoute"
-
ItineraryCascadedChangesFragment
ItineraryCascadedChangesFragment: { __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 })[] }
Type declaration
-
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 })[]
ItineraryCollectionAfterArgs
ItineraryCollectionAncestorsArgs
ItineraryCollectionAttrArgs
ItineraryCollectionAttrValueArgs
ItineraryCollectionAttrsArgs
ItineraryCollectionBeforeArgs
ItineraryCollectionChildrenArgs
ItineraryCollectionDescendantsArgs
ItineraryCollectionMediaArgs
Itinerary
CollectionMediaArgs: { limit?: Scalars["Int"] }
ItineraryCollectionMediaContainersArgs
ItineraryCollectionParentArgs
ItineraryCollectionSiblingPositionNumberArgs
Type declaration
-
Optional skipOmitList?: Scalars["Boolean"]
-
Optional skipOptional?: Scalars["Boolean"]
-
ItineraryContentFragment
Itinerary
ContentFragment: { __typename?: "Itinerary"; autoRoute?: { __typename?: "ItineraryAutoRoute"; defaultMode: RouteMode } | null; created?: string | null; description?: string | null; modified?: string | null; published?: string | null; synopsis?: string | null; tags: string[]; title?: string | null }
Type declaration
-
Optional __typename?: "Itinerary"
-
Optional autoRoute?: { __typename?: "ItineraryAutoRoute"; defaultMode: RouteMode } | null
-
Optional created?: string | null
-
Optional description?: string | null
-
Optional modified?: string | null
-
Optional published?: string | null
-
Optional synopsis?: string | null
-
tags: string[]
-
Optional title?: string | null
ItineraryDirectionsAfterArgs
ItineraryDirectionsAncestorsArgs
ItineraryDirectionsAttrArgs
ItineraryDirectionsAttrValueArgs
ItineraryDirectionsAttrsArgs
ItineraryDirectionsBeforeArgs
ItineraryDirectionsChildrenArgs
ItineraryDirectionsConnection
Type declaration
-
Optional __typename?: "ItineraryDirectionsConnection"
-
-
-
-
totalCount: Scalars["Int"]
ItineraryDirectionsContentFragment
ItineraryDirectionsContentFragment: { __typename?: "ItineraryDirections"; distance?: number | null; durationMin?: number | null }
Type declaration
-
Optional __typename?: "ItineraryDirections"
-
Optional distance?: number | null
-
Optional durationMin?: number | null
ItineraryDirectionsDescendantsArgs
ItineraryDirectionsDistanceArgs
ItineraryDirectionsDurationMaxArgs
ItineraryDirectionsDurationMinArgs
ItineraryDirectionsDurations
Itinerary
DirectionsDurations: { __typename?: "ItineraryDirectionsDurations"; duration: Scalars["Float"]; id: Scalars["ID"]; label?: Maybe<Scalars["String"]> }
Type declaration
-
Optional __typename?: "ItineraryDirectionsDurations"
-
duration: Scalars["Float"]
-
-
Optional label?: Maybe<Scalars["String"]>
ItineraryDirectionsDurationsDurationArgs
Itinerary
DirectionsDurationsDurationArgs: { unit?: DurationUnit }
ItineraryDirectionsDurationsInput
ItineraryDirectionsEdge
Type declaration
-
Optional __typename?: "ItineraryDirectionsEdge"
-
cursor: Scalars["String"]
-
-
ItineraryDirectionsMediaArgs
Itinerary
DirectionsMediaArgs: { limit?: Scalars["Int"] }
ItineraryDirectionsMediaContainersArgs
ItineraryDirectionsParentArgs
ItineraryDirectionsPartialContentFragment
ItineraryDirectionsPartialContentFragment: { __typename?: "ItineraryDirections"; distance?: number | null; durationMin?: number | null }
Type declaration
-
Optional __typename?: "ItineraryDirections"
-
Optional distance?: number | null
-
Optional durationMin?: number | null
ItineraryDirectionsSiblingPositionNumberArgs
Type declaration
-
Optional skipOmitList?: Scalars["Boolean"]
-
Optional skipOptional?: Scalars["Boolean"]
-
ItineraryItemAncestorsArgs
ItineraryItemArgs
Itinerary
ItemArgs: { id: Scalars["ID"] }
ItineraryItemAttrValueArgs
ItineraryItemCascadedChanges
Type declaration
-
Optional __typename?: "ItineraryItemCascadedChanges"
-
-
deletedIds: Scalars["ID"][]
-
ItineraryItemChildrenArgs
ItineraryItemConnection
Type declaration
-
Optional __typename?: "ItineraryItemConnection"
-
-
-
-
totalCount: Scalars["Int"]
ItineraryItemDescendantsArgs
ItineraryItemEdge
Type declaration
-
Optional __typename?: "ItineraryItemEdge"
-
cursor: Scalars["String"]
-
-
Optional edgePositionNumber?: Maybe<Scalars["Float"]>
-
ItineraryItemEdgeDirectionsArgs
Type declaration
-
-
-
-
Optional limitImmediate?: Scalars["Boolean"]
-
Optional skipOptional?: Scalars["Boolean"]
ItineraryItemEdgeEdgePositionNumberArgs
Type declaration
-
Optional skipOmitList?: Scalars["Boolean"]
-
Optional skipOptional?: Scalars["Boolean"]
-
ItineraryItemMediaArgs
Itinerary
ItemMediaArgs: { limit?: Scalars["Int"] }
ItineraryItemMediaContainersArgs
ItineraryItemPositionAfterSibling
ItineraryItemPositionAtEnd
ItineraryItemPositionAtStart
ItineraryItemPositionBeforeSibling
ItineraryItemPositionOnLastCollection
ItineraryItemSiblingPositionNumberArgs
Type declaration
-
Optional skipOmitList?: Scalars["Boolean"]
-
Optional skipOptional?: Scalars["Boolean"]
-
ItineraryLastPublishedArgs
ItineraryLocationAfterArgs
ItineraryLocationAncestorsArgs
ItineraryLocationAttrArgs
ItineraryLocationAttrValueArgs
ItineraryLocationAttrsArgs
ItineraryLocationBeforeArgs
ItineraryLocationBoundsArgs
Itinerary
LocationBoundsArgs: { raw?: Scalars["Boolean"] }
ItineraryLocationChildrenArgs
ItineraryLocationContentFragment
ItineraryLocationContentFragment: { __typename?: "ItineraryLocation"; description?: string | null; optional: boolean; position: { __typename?: "Position"; lat: number; lon: number }; readMoreUrl?: string | null; synopsis?: string | null; tags: string[]; title?: string | null }
Type declaration
-
Optional __typename?: "ItineraryLocation"
-
Optional description?: string | null
-
optional: boolean
-
position: { __typename?: "Position"; lat: number; lon: number }
-
Optional __typename?: "Position"
-
lat: number
-
lon: number
-
Optional readMoreUrl?: string | null
-
Optional synopsis?: string | null
-
tags: string[]
-
Optional title?: string | null
ItineraryLocationDescendantsArgs
ItineraryLocationDirectionsArgs
ItineraryLocationMediaArgs
Itinerary
LocationMediaArgs: { limit?: Scalars["Int"] }
ItineraryLocationMediaContainersArgs
ItineraryLocationParentArgs
ItineraryLocationPartialContentFragment
ItineraryLocationPartialContentFragment: { __typename?: "ItineraryLocation"; optional: boolean; position: { __typename?: "Position"; lat: number; lon: number }; readMoreUrl?: string | null; synopsis?: string | null; tags: string[]; title?: string | null }
Type declaration
-
Optional __typename?: "ItineraryLocation"
-
optional: boolean
-
position: { __typename?: "Position"; lat: number; lon: number }
-
Optional __typename?: "Position"
-
lat: number
-
lon: number
-
Optional readMoreUrl?: string | null
-
Optional synopsis?: string | null
-
tags: string[]
-
Optional title?: string | null
ItineraryLocationSiblingPositionNumberArgs
Type declaration
-
Optional skipOmitList?: Scalars["Boolean"]
-
Optional skipOptional?: Scalars["Boolean"]
-
ItineraryLocationsCountFragment
ItineraryLocationsCountFragment: { __typename?: "Itinerary"; locations: { __typename?: "ItineraryItemConnection"; totalCount: number } }
Type declaration
-
Optional __typename?: "Itinerary"
-
locations: { __typename?: "ItineraryItemConnection"; totalCount: number }
-
Optional __typename?: "ItineraryItemConnection"
-
totalCount: number
ItineraryMediaArgs
Itinerary
MediaArgs: { limit?: Scalars["Int"] }
ItineraryMediaContainersArgs
ItineraryPartialContentFragment
ItineraryPartialContentFragment: { __typename?: "Itinerary"; created?: string | null; modified?: string | null; published?: string | null; synopsis?: string | null; tags: string[]; title?: string | null }
Type declaration
-
Optional __typename?: "Itinerary"
-
Optional created?: string | null
-
Optional modified?: string | null
-
Optional published?: string | null
-
Optional synopsis?: string | null
-
tags: string[]
-
Optional title?: string | null
ItinerarySearchConnection
Type declaration
-
Optional __typename?: "ItinerarySearchConnection"
-
-
-
-
totalCount: Scalars["Int"]
ItinerarySearchEdge
Type declaration
-
Optional __typename?: "ItinerarySearchEdge"
-
cursor: Scalars["String"]
-
ItinerarySearchNodeCreatedArgs
ItinerarySearchNodeLastDraftArgs
ItinerarySearchNodeLastPublishedArgs
ItinerarySearchNodeModifiedArgs
ItinerarySearchNodePublishedArgs
ItinerarySearchPartialContentFragment
ItinerarySearchPartialContentFragment: { __typename?: "ItinerarySearchNode"; created?: string | null; published?: string | null; synopsis?: string | null; tags: string[]; title?: string | null }
Type declaration
-
Optional __typename?: "ItinerarySearchNode"
-
Optional created?: string | null
-
Optional published?: string | null
-
Optional synopsis?: string | null
-
tags: string[]
-
Optional title?: string | null
ListAuthorizedProfilesQuery
ListAuthorizedProfilesQuery: { __typename?: "Query"; authorizedProfiles: { __typename: "ProfileConnection"; pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }; profiles: { __typename: "Profile"; handle?: string | null; id: string; name: string }[]; totalCount: number } }
Type declaration
-
Optional __typename?: "Query"
-
authorizedProfiles: { __typename: "ProfileConnection"; pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }; profiles: { __typename: "Profile"; handle?: string | null; id: string; name: string }[]; totalCount: number }
-
__typename: "ProfileConnection"
-
pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }
-
Optional __typename?: "PageInfo"
-
Optional endCursor?: string | null
-
hasNextPage: boolean
-
hasPreviousPage: boolean
-
Optional startCursor?: string | null
-
profiles: { __typename: "Profile"; handle?: string | null; id: string; name: string }[]
-
totalCount: number
ListAuthorizedProfilesQueryVariables
ListCollectionsQuery
ListCollectionsQuery: { __typename?: "Query"; collections: { __typename: "CollectionConnection"; edges: { __typename?: "CollectionEdge"; node: { __typename: "Collection"; id: string; items: { __typename?: "CollectionItemConnection"; totalCount: number }; readMoreUrl?: string | null; synopsis?: string | null; title?: string | null } }[]; pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }; totalCount: number } }
Type declaration
-
Optional __typename?: "Query"
-
collections: { __typename: "CollectionConnection"; edges: { __typename?: "CollectionEdge"; node: { __typename: "Collection"; id: string; items: { __typename?: "CollectionItemConnection"; totalCount: number }; readMoreUrl?: string | null; synopsis?: string | null; title?: string | null } }[]; pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }; totalCount: number }
-
__typename: "CollectionConnection"
-
edges: { __typename?: "CollectionEdge"; node: { __typename: "Collection"; id: string; items: { __typename?: "CollectionItemConnection"; totalCount: number }; readMoreUrl?: string | null; synopsis?: string | null; title?: string | null } }[]
-
pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }
-
Optional __typename?: "PageInfo"
-
Optional endCursor?: string | null
-
hasNextPage: boolean
-
hasPreviousPage: boolean
-
Optional startCursor?: string | null
-
totalCount: number
ListCollectionsQueryVariables
ListItinerariesQuery
ListItinerariesQuery: { __typename?: "Query"; itineraries: { __typename: "ItinerarySearchConnection"; edges: { __typename?: "ItinerarySearchEdge"; node: { __typename: "ItinerarySearchNode"; created?: string | null; id: string; published?: string | null; synopsis?: string | null; tags: string[]; title?: string | null } }[]; pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }; totalCount: number } }
Type declaration
-
Optional __typename?: "Query"
-
itineraries: { __typename: "ItinerarySearchConnection"; edges: { __typename?: "ItinerarySearchEdge"; node: { __typename: "ItinerarySearchNode"; created?: string | null; id: string; published?: string | null; synopsis?: string | null; tags: string[]; title?: string | null } }[]; pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }; totalCount: number }
-
__typename: "ItinerarySearchConnection"
-
edges: { __typename?: "ItinerarySearchEdge"; node: { __typename: "ItinerarySearchNode"; created?: string | null; id: string; published?: string | null; synopsis?: string | null; tags: string[]; title?: string | null } }[]
-
pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }
-
Optional __typename?: "PageInfo"
-
Optional endCursor?: string | null
-
hasNextPage: boolean
-
hasPreviousPage: boolean
-
Optional startCursor?: string | null
-
totalCount: number
ListItinerariesQueryVariables
ListItineraryLocationsQuery
List
ItineraryLocationsQuery: { __typename?: "Query"; itinerary?: { __typename: "Itinerary"; id: string; locations: { __typename?: "ItineraryItemConnection"; edges: { __typename?: "ItineraryItemEdge"; arrival: { __typename?: "ItineraryDirectionsConnection"; directions: { __typename: "ItineraryDirections"; distance?: number | null; durationMin?: number | null; id: string; route: { __typename?: "Route"; segments: { __typename: "RouteSegment"; id: string; mode: RouteMode; polyline?: string | null }[] } }[]; totalCount: number }; location: { __typename: "ItineraryCollection"; id: string } | { __typename: "ItineraryDirections"; id: string } | { __typename: "ItineraryLocation"; 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 }; 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 } }[]; pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }; totalCount: number } } | null }
Type declaration
-
Optional __typename?: "Query"
-
Optional itinerary?: { __typename: "Itinerary"; id: string; locations: { __typename?: "ItineraryItemConnection"; edges: { __typename?: "ItineraryItemEdge"; arrival: { __typename?: "ItineraryDirectionsConnection"; directions: { __typename: "ItineraryDirections"; distance?: number | null; durationMin?: number | null; id: string; route: { __typename?: "Route"; segments: { __typename: "RouteSegment"; id: string; mode: RouteMode; polyline?: string | null }[] } }[]; totalCount: number }; location: { __typename: "ItineraryCollection"; id: string } | { __typename: "ItineraryDirections"; id: string } | { __typename: "ItineraryLocation"; 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 }; 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 } }[]; pageInfo: { __typename?: "PageInfo"; endCursor?: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor?: string | null }; totalCount: number } } | null
ListItineraryLocationsQueryVariables
MakeMaybe
Make
Maybe<T, K>: Omit<T, K> & {[ SubKey in K]: Maybe<T[SubKey]> }
Type parameters
MakeOptional
Make
Optional<T, K>: Omit<T, K> & {[ SubKey in K]: Maybe<T[SubKey]> }
Type parameters
Maybe
Maybe<T>: T | null
Type parameters
MediaContainer
Type declaration
-
Optional __typename?: "MediaContainer"
-
-
MediaContainerConnection
Type declaration
-
Optional __typename?: "MediaContainerConnection"
-
-
-
-
totalCount: Scalars["Int"]
MediaContainerEdge
Media
ContainerEdge: { __typename?: "MediaContainerEdge"; cursor: Scalars["String"]; node: MediaContainer }
Type declaration
-
Optional __typename?: "MediaContainerEdge"
-
cursor: Scalars["String"]
-
MediaContainerInput
Media
ContainerInput: { resourceId: Scalars["String"] }
MediaContainerPositionAfter
MediaContainerPositionAtEnd
MediaContainerPositionAtStart
MediaContainerPositionBefore
MediaImageContentFragment
MediaImageContentFragment: { __typename?: "MediaImage"; altText?: string | null; attribution?: string | null; caption?: string | null; copyright?: string | null; provider: string }
Type declaration
-
Optional __typename?: "MediaImage"
-
Optional altText?: string | null
-
Optional attribution?: string | null
-
Optional caption?: string | null
-
Optional copyright?: string | null
-
provider: string
MediaImageExif
Media
ImageExif: { __typename?: "MediaImageExif"; id: Scalars["ID"]; value: Scalars["JSON"] }
Type declaration
-
Optional __typename?: "MediaImageExif"
-
-
value: Scalars["JSON"]
MediaImageExifArgs
Media
ImageExifArgs: { id: Scalars["ID"] }
MediaImagePartialContentFragment
MediaImagePartialContentFragment: { __typename?: "MediaImage"; hasContent: boolean; provider: string }
Type declaration
-
Optional __typename?: "MediaImage"
-
hasContent: boolean
-
provider: string
MediaResourceAttrValueArgs
MediaResourceFailedToLoad
Media
ResourceFailedToLoad: Node & { __typename?: "MediaResourceFailedToLoad"; id: Scalars["ID"] }
MoveItineraryItemPayload
Type declaration
-
Optional __typename?: "MoveItineraryItemPayload"
-
-
-
MoveItineraryLocationAfterMutation
MoveItineraryLocationAfterMutation: { __typename?: "Mutation"; moveItineraryItem: { __typename: "MoveItineraryItemPayload"; 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 })[] } } }
Type declaration
-
Optional __typename?: "Mutation"
-
moveItineraryItem: { __typename: "MoveItineraryItemPayload"; 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 })[] } }
-
__typename: "MoveItineraryItemPayload"
-
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 })[]
MoveItineraryLocationAfterMutationVariables
Move
ItineraryLocationAfterMutationVariables: Exact<{ id: Scalars["ID"]; siblingId: Scalars["ID"] }>
MoveItineraryLocationToStartMutation
MoveItineraryLocationToStartMutation: { __typename?: "Mutation"; moveItineraryItem: { __typename: "MoveItineraryItemPayload"; 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 })[] } } }
Type declaration
-
Optional __typename?: "Mutation"
-
moveItineraryItem: { __typename: "MoveItineraryItemPayload"; 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 })[] } }
-
__typename: "MoveItineraryItemPayload"
-
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 })[]
MoveItineraryLocationToStartMutationVariables
Move
ItineraryLocationToStartMutationVariables: Exact<{ id: Scalars["ID"] }>
Mutation
Type declaration
-
Optional __typename?: "Mutation"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
MutationApproveProfileFollowArgs
Mutation
ApproveProfileFollowArgs: { fromProfileId: Scalars["ID"]; toProfileId: Scalars["ID"] }
MutationCaptureMarketingInformationArgs
MutationChangeItineraryDefaultLocaleArgs
Mutation
ChangeItineraryDefaultLocaleArgs: { defaultLocale: Scalars["String"]; id: Scalars["ID"] }
MutationClaimProfileHandleArgs
Mutation
ClaimProfileHandleArgs: { handle: Scalars["String"]; id: Scalars["ID"] }
MutationCreateBillingCheckoutSessionArgs
MutationCreateBillingPortalSessionArgs
Mutation
CreateBillingPortalSessionArgs: { profileId: Scalars["ID"]; returnUrl: Scalars["String"] }
MutationCreateCollectionArgs
MutationCreateCollectionLocationArgs
MutationCreateConnectedAppArgs
MutationCreateIconSilhouetteArgs
MutationCreateItineraryArgs
Type declaration
-
-
-
Optional publish?: Scalars["Boolean"]
MutationCreateItineraryCollectionArgs
MutationCreateItineraryDirectionsArgs
MutationCreateItineraryLocationArgs
MutationCreateProfileArgs
MutationCreateUserAgreementArgs
MutationDeleteCollectionArgs
Mutation
DeleteCollectionArgs: { id: Scalars["ID"] }
MutationDeleteCollectionItemArgs
Mutation
DeleteCollectionItemArgs: { id: Scalars["ID"] }
MutationDeleteConnectedAppArgs
Mutation
DeleteConnectedAppArgs: { id: Scalars["ID"] }
MutationDeleteIconResourceArgs
Mutation
DeleteIconResourceArgs: { id: Scalars["ID"] }
MutationDeleteItineraryArgs
Mutation
DeleteItineraryArgs: { id: Scalars["ID"] }
MutationDeleteItineraryItemArgs
Mutation
DeleteItineraryItemArgs: { id: Scalars["ID"]; publish?: Scalars["Boolean"] }
Type declaration
-
-
Optional publish?: Scalars["Boolean"]
MutationDeleteProfileArgs
Mutation
DeleteProfileArgs: { id: Scalars["ID"] }
MutationDenyProfileFollowArgs
Mutation
DenyProfileFollowArgs: { fromProfileId: Scalars["ID"]; toProfileId: Scalars["ID"] }
MutationDuplicateItineraryArgs
Mutation
DuplicateItineraryArgs: { id: Scalars["ID"] }
MutationFinalizeMediaUploadArgs
MutationFollowProfileArgs
Mutation
FollowProfileArgs: { fromProfileId: Scalars["ID"]; toProfileId: Scalars["ID"] }
MutationMoveItineraryItemArgs
Type declaration
-
-
-
-
-
-
-
Optional publish?: Scalars["Boolean"]
MutationPublishItineraryArgs
Mutation
PublishItineraryArgs: { id: Scalars["ID"] }
MutationRevertItineraryArgs
Mutation
RevertItineraryArgs: { id: Scalars["ID"] }
MutationStartMediaUploadArgs
MutationUnfollowProfileArgs
Mutation
UnfollowProfileArgs: { fromProfileId: Scalars["ID"]; toProfileId: Scalars["ID"] }
MutationUpdateBillingDetailsArgs
MutationUpdateCollectionArgs
MutationUpdateCollectionLocationArgs
MutationUpdateConnectedAppArgs
MutationUpdateIconSilhouetteArgs
MutationUpdateItineraryArgs
Type declaration
-
-
-
Optional publish?: Scalars["Boolean"]
MutationUpdateItineraryCollectionArgs
Type declaration
-
-
-
Optional publish?: Scalars["Boolean"]
MutationUpdateItineraryDirectionsArgs
Type declaration
-
-
-
Optional publish?: Scalars["Boolean"]
MutationUpdateItineraryLocationArgs
Type declaration
-
-
-
Optional publish?: Scalars["Boolean"]
MutationUpdateMediaResourceArgs
MutationUpdateProfileArgs
PageInfo
Type declaration
-
Optional __typename?: "PageInfo"
-
Optional endCursor?: Maybe<Scalars["String"]>
-
hasNextPage: Scalars["Boolean"]
-
hasPreviousPage: Scalars["Boolean"]
-
Optional startCursor?: Maybe<Scalars["String"]>
PlaceContentFragment
PlaceContentFragment: { __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; layers: { __typename: "PlaceLayer"; id: string; name?: string | null }[]; maki?: string | null; name?: string | null; position: { __typename?: "Position"; lat: number; lon: number }; synopsis?: string | null }
Type declaration
-
Optional __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 }
-
Optional __typename?: "PlaceAddress"
-
Optional addressLineOne?: string | null
-
Optional addressLineThree?: string | null
-
Optional addressLineTwo?: string | null
-
Optional country?: string | null
-
Optional countryCode?: string | null
-
Optional locality?: string | null
-
Optional region?: string | null
-
Optional 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 }
-
Optional __typename?: "PlaceContact"
-
Optional bookingUrl?: string | null
-
Optional emailAddress?: string | null
-
Optional facebookUrl?: string | null
-
Optional instagramUrl?: string | null
-
Optional phoneNumber?: string | null
-
Optional twitterUrl?: string | null
-
Optional websiteUrl?: string | null
-
Optional description?: string | null
-
layers: { __typename: "PlaceLayer"; id: string; name?: string | null }[]
-
Optional maki?: string | null
-
Optional name?: string | null
-
position: { __typename?: "Position"; lat: number; lon: number }
-
Optional __typename?: "Position"
-
lat: number
-
lon: number
-
Optional synopsis?: string | null
PlaceHours
Type declaration
-
Optional __typename?: "PlaceHours"
-
Optional comment?: Maybe<Scalars["String"]>
-
-
-
osmTag: Scalars["String"]
-
-
weekStable: Scalars["Boolean"]
PlaceHoursForDay
Type declaration
-
Optional __typename?: "PlaceHoursForDay"
-
date: Scalars["String"]
-
-
publicHolidays: Scalars["String"][]
PlaceHoursForDayIntervalsArgs
PlaceHoursIntervalConnection
Type declaration
-
Optional __typename?: "PlaceHoursIntervalConnection"
-
-
-
PlaceHoursIntervalEdge
Type declaration
-
Optional __typename?: "PlaceHoursIntervalEdge"
-
cursor: Scalars["String"]
-
PlaceHoursIntervalFromArgs
PlaceHoursIntervalHoliday
Place
HoursIntervalHoliday: { __typename?: "PlaceHoursIntervalHoliday"; date: Scalars["String"]; name: Scalars["String"] }
Type declaration
-
Optional __typename?: "PlaceHoursIntervalHoliday"
-
date: Scalars["String"]
-
name: Scalars["String"]
PlaceHoursIntervalHolidayDateArgs
PlaceLayer
Type declaration
-
Optional __typename?: "PlaceLayer"
-
-
Optional name?: Maybe<Scalars["String"]>
PlaceMediaArgs
Place
MediaArgs: { limit?: Scalars["Int"] }
PlacePartialContentFragment
PlacePartialContentFragment: { __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 }; layers: { __typename: "PlaceLayer"; id: string; name?: string | null }[]; maki?: string | null; name?: string | null; position: { __typename?: "Position"; lat: number; lon: number }; synopsis?: string | null }
Type declaration
-
Optional __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 }
-
Optional __typename?: "PlaceAddress"
-
Optional addressLineOne?: string | null
-
Optional addressLineThree?: string | null
-
Optional addressLineTwo?: string | null
-
Optional country?: string | null
-
Optional countryCode?: string | null
-
Optional locality?: string | null
-
Optional region?: string | null
-
Optional regionCode?: string | null
-
layers: { __typename: "PlaceLayer"; id: string; name?: string | null }[]
-
Optional maki?: string | null
-
Optional name?: string | null
-
position: { __typename?: "Position"; lat: number; lon: number }
-
Optional __typename?: "Position"
-
lat: number
-
lon: number
-
Optional synopsis?: string | null
PlaceSearchConnection
Type declaration
-
Optional __typename?: "PlaceSearchConnection"
-
-
-
PlaceSearchContentFragment
PlaceSearchContentFragment: { __typename?: "PlaceSearchNode"; 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 }; layers: { __typename: "PlaceLayer"; id: string; name?: string | null }[]; maki?: string | null; name?: string | null; position: { __typename?: "Position"; lat: number; lon: number } }
Type declaration
-
Optional __typename?: "PlaceSearchNode"
-
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 }
-
Optional __typename?: "PlaceAddress"
-
Optional addressLineOne?: string | null
-
Optional addressLineThree?: string | null
-
Optional addressLineTwo?: string | null
-
Optional country?: string | null
-
Optional countryCode?: string | null
-
Optional locality?: string | null
-
Optional region?: string | null
-
Optional regionCode?: string | null
-
layers: { __typename: "PlaceLayer"; id: string; name?: string | null }[]
-
Optional maki?: string | null
-
Optional name?: string | null
-
position: { __typename?: "Position"; lat: number; lon: number }
-
Optional __typename?: "Position"
-
lat: number
-
lon: number
PlaceSearchEdge
Type declaration
-
Optional __typename?: "PlaceSearchEdge"
-
cursor: Scalars["String"]
-
-
-
-
PlaceTowards
Type declaration
-
Optional __typename?: "PlaceTowards"
-
bearing: Scalars["Float"]
-
-
distance: Scalars["Float"]
-
PlaceTowardsBearingArgs
Place
TowardsBearingArgs: { unit?: AngleUnit }
Position
Type declaration
-
Optional __typename?: "Position"
-
-
Optional attrValue?: Maybe<Scalars["JSON"]>
-
-
-
-
latLon: Scalars["Float"][]
-
-
-
lonLat: Scalars["Float"][]
ProfileBillingSubscriptionsArgs
ProfileConnection
Type declaration
-
Optional __typename?: "ProfileConnection"
-
-
-
-
totalCount: Scalars["Int"]
ProfileContentFragment
ProfileContentFragment: { __typename?: "Profile"; bio?: string | null; handle?: string | null; name: string; websiteUrl?: string | null }
Type declaration
-
Optional __typename?: "Profile"
-
Optional bio?: string | null
-
Optional handle?: string | null
-
name: string
-
Optional websiteUrl?: string | null
ProfileEdge
Profile
Edge: { __typename?: "ProfileEdge"; cursor: Scalars["String"]; node: Profile }
Type declaration
-
Optional __typename?: "ProfileEdge"
-
cursor: Scalars["String"]
-
ProfileFollowConnection
Type declaration
-
Optional __typename?: "ProfileFollowConnection"
-
-
-
-
totalCount: Scalars["Int"]
ProfileFollowEdge
Type declaration
-
Optional __typename?: "ProfileFollowEdge"
-
cursor: Scalars["String"]
-
-
ProfilePartialContentFragment
ProfilePartialContentFragment: { __typename?: "Profile"; handle?: string | null; name: string }
Type declaration
-
Optional __typename?: "Profile"
-
Optional handle?: string | null
-
name: string
PublishItineraryPayload
Publish
ItineraryPayload: { __typename?: "PublishItineraryPayload"; itinerary?: Maybe<Itinerary> }
Type declaration
-
Optional __typename?: "PublishItineraryPayload"
-
Query
Type declaration
-
Optional __typename?: "Query"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Optional profileByHandle?: Maybe<Profile>
-
-
-
QueryAuthorizedProfilesArgs
QueryBillingDetailsArgs
Query
BillingDetailsArgs: { profileId: Scalars["ID"] }
QueryBillingSubscriptionsArgs
QueryCollectionArgs
Query
CollectionArgs: { id: Scalars["ID"] }
QueryCollectionItemArgs
Query
CollectionItemArgs: { id: Scalars["ID"] }
QueryConnectedAppArgs
Query
ConnectedAppArgs: { id: Scalars["ID"] }
QueryIconResourceArgs
Query
IconResourceArgs: { id: Scalars["ID"] }
QueryItineraryArgs
Query
ItineraryArgs: { id: Scalars["ID"] }
QueryMediaContainerArgs
Query
MediaContainerArgs: { id: Scalars["ID"] }
QueryMediaResourceArgs
Query
MediaResourceArgs: { id: Scalars["ID"] }
QueryNodeArgs
Query
NodeArgs: { id: Scalars["ID"] }
QueryPlaceAddressSearchArgs
QueryPlaceArgs
Query
PlaceArgs: { id: Scalars["ID"] }
QueryPlaceAutocompleteSearchArgs
QueryPlaceReverseSearchArgs
QueryPlacesArgs
Query
PlacesArgs: { ids: Scalars["ID"][] }
QueryProfileArgs
Query
ProfileArgs: { id: Scalars["ID"] }
QueryProfileByHandleArgs
Query
ProfileByHandleArgs: { handle: Scalars["String"] }
ResolutionError
Resolution
Error: { __typename?: "ResolutionError"; message: Scalars["String"] }
Type declaration
-
Optional __typename?: "ResolutionError"
-
message: Scalars["String"]
ReverseSearchPlaceByPositionQuery
ReverseSearchPlaceByPositionQuery: { __typename?: "Query"; placeReverseSearch: { __typename: "PlaceSearchConnection"; places: { __typename: "PlaceSearchNode"; 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 }; id: string; layers: { __typename: "PlaceLayer"; id: string; name?: string | null }[]; maki?: string | null; name?: string | null; position: { __typename?: "Position"; lat: number; lon: number } }[] } }
Type declaration
-
Optional __typename?: "Query"
-
placeReverseSearch: { __typename: "PlaceSearchConnection"; places: { __typename: "PlaceSearchNode"; 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 }; id: string; layers: { __typename: "PlaceLayer"; id: string; name?: string | null }[]; maki?: string | null; name?: string | null; position: { __typename?: "Position"; lat: number; lon: number } }[] }
-
__typename: "PlaceSearchConnection"
-
places: { __typename: "PlaceSearchNode"; 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 }; id: string; layers: { __typename: "PlaceLayer"; id: string; name?: string | null }[]; maki?: string | null; name?: string | null; position: { __typename?: "Position"; lat: number; lon: number } }[]
ReverseSearchPlaceByPositionQueryVariables
RevertItineraryPayload
Revert
ItineraryPayload: { __typename?: "RevertItineraryPayload"; itinerary?: Maybe<Itinerary> }
Type declaration
-
Optional __typename?: "RevertItineraryPayload"
-
Route
Type declaration
-
Optional __typename?: "Route"
-
-
RouteConnection
Type declaration
-
Optional __typename?: "RouteConnection"
-
-
-
RouteEdge
Route
Edge: { __typename?: "RouteEdge"; cursor: Scalars["String"]; node: Route }
Type declaration
-
Optional __typename?: "RouteEdge"
-
cursor: Scalars["String"]
-
Scalars
Scalars: { Boolean: boolean; Float: number; ID: string; Int: number; JSON: any; String: string }
Type declaration
-
Boolean: boolean
-
Float: number
-
ID: string
-
Int: number
-
JSON: any
-
String: string
Sdk
Sdk
: ReturnType<typeof getSdk>
SdkFunctionWrapper
SdkFunctionWrapper: <T>(action: (requestHeaders?: Record<string, string>) => Promise<T>, operationName: string, operationType?: string) => Promise<T>
Type declaration
-
- <T>(action: (requestHeaders?: Record<string, string>) => Promise<T>, operationName: string, operationType?: string): Promise<T>
-
Type parameters
Parameters
-
action: (requestHeaders?: Record<string, string>) => Promise<T>
-
- (requestHeaders?: Record<string, string>): Promise<T>
-
Parameters
-
Optional requestHeaders: Record<string, string>
Returns Promise<T>
-
operationName: string
-
Optional operationType: string
Returns Promise<T>
SearchRoutesBetweenPositionsQuery
SearchRoutesBetweenPositionsQuery: { __typename?: "Query"; routes: { __typename: "RouteConnection"; routes: { __typename?: "Route"; segments: { __typename?: "RouteSegment"; distance?: number | null; duration?: number | null; polyline?: string | null }[] }[] } }
Type declaration
-
Optional __typename?: "Query"
-
routes: { __typename: "RouteConnection"; routes: { __typename?: "Route"; segments: { __typename?: "RouteSegment"; distance?: number | null; duration?: number | null; polyline?: string | null }[] }[] }
-
__typename: "RouteConnection"
-
routes: { __typename?: "Route"; segments: { __typename?: "RouteSegment"; distance?: number | null; duration?: number | null; polyline?: string | null }[] }[]
SearchRoutesBetweenPositionsQueryVariables
StartMediaUploadPayload
Start
MediaUploadPayload: { __typename?: "StartMediaUploadPayload"; fields: Scalars["JSON"]; token: Scalars["String"]; url: Scalars["String"] }
Type declaration
-
Optional __typename?: "StartMediaUploadPayload"
-
fields: Scalars["JSON"]
-
token: Scalars["String"]
-
url: Scalars["String"]
TextSearchResult
Type declaration
-
Optional __typename?: "TextSearchResult"
-
label: Scalars["String"]
-
TextSearchResultMatch
Text
SearchResultMatch: { __typename?: "TextSearchResultMatch"; length: Scalars["Int"]; offset: Scalars["Int"] }
Type declaration
-
Optional __typename?: "TextSearchResultMatch"
-
length: Scalars["Int"]
-
offset: Scalars["Int"]
UnfollowProfilePayload
Type declaration
-
Optional __typename?: "UnfollowProfilePayload"
-
-
-
UpdateBillingDetailsInput
UpdateBillingDetailsOutput
Update
BillingDetailsOutput: { __typename?: "UpdateBillingDetailsOutput"; billingDetails: BillingDetails }
Type declaration
-
Optional __typename?: "UpdateBillingDetailsOutput"
-
UpdateCollectionLocationInput
UpdateCollectionLocationMutation
UpdateCollectionLocationMutation: { __typename?: "Mutation"; updateCollectionLocation: { __typename: "UpdateCollectionLocationPayload"; location?: { __typename: "CollectionLocation"; description?: string | null; id: string; position: { __typename?: "Position"; lat: number; lon: number }; readMoreUrl?: string | null; synopsis?: string | null; tags: string[]; title?: string | null; websiteUrl?: string | null } | null } }
Type declaration
-
Optional __typename?: "Mutation"
-
updateCollectionLocation: { __typename: "UpdateCollectionLocationPayload"; location?: { __typename: "CollectionLocation"; description?: string | null; id: string; position: { __typename?: "Position"; lat: number; lon: number }; readMoreUrl?: string | null; synopsis?: string | null; tags: string[]; title?: string | null; websiteUrl?: string | null } | null }
-
__typename: "UpdateCollectionLocationPayload"
-
Optional location?: { __typename: "CollectionLocation"; description?: string | null; id: string; position: { __typename?: "Position"; lat: number; lon: number }; readMoreUrl?: string | null; synopsis?: string | null; tags: string[]; title?: string | null; websiteUrl?: string | null } | null
UpdateCollectionLocationMutationVariables
UpdateCollectionLocationPayload
Update
CollectionLocationPayload: { __typename?: "UpdateCollectionLocationPayload"; location?: Maybe<CollectionLocation> }
Type declaration
-
Optional __typename?: "UpdateCollectionLocationPayload"
-
UpdateCollectionPayload
Update
CollectionPayload: { __typename?: "UpdateCollectionPayload"; collection?: Maybe<Collection> }
Type declaration
-
Optional __typename?: "UpdateCollectionPayload"
-
UpdateConnectedAppPayload
Update
ConnectedAppPayload: { __typename?: "UpdateConnectedAppPayload"; connectedApp?: Maybe<ConnectedApp> }
Type declaration
-
Optional __typename?: "UpdateConnectedAppPayload"
-
UpdateIconCompositionInput
UpdateIconSilhouetteInput
UpdateIconSilhouettePayload
Update
IconSilhouettePayload: { __typename?: "UpdateIconSilhouettePayload"; icon?: Maybe<IconSilhouette> }
Type declaration
-
Optional __typename?: "UpdateIconSilhouettePayload"
-
UpdateItineraryCollectionInput
UpdateItineraryCollectionPayload
Type declaration
-
Optional __typename?: "UpdateItineraryCollectionPayload"
-
-
-
UpdateItineraryDirectionsInput
UpdateItineraryDirectionsPayload
Type declaration
-
Optional __typename?: "UpdateItineraryDirectionsPayload"
-
-
-
UpdateItineraryLocationInput
UpdateItineraryLocationIsOptionalMutation
UpdateItineraryLocationIsOptionalMutation: { __typename?: "Mutation"; updateItineraryLocation: { __typename: "UpdateItineraryLocationPayload"; 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 })[] }; location?: { __typename: "ItineraryLocation"; id: string; optional: boolean } | null } }
Type declaration
-
Optional __typename?: "Mutation"
-
updateItineraryLocation: { __typename: "UpdateItineraryLocationPayload"; 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 })[] }; location?: { __typename: "ItineraryLocation"; id: string; optional: boolean } | null }
-
__typename: "UpdateItineraryLocationPayload"
-
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 location?: { __typename: "ItineraryLocation"; id: string; optional: boolean } | null
UpdateItineraryLocationIsOptionalMutationVariables
Update
ItineraryLocationIsOptionalMutationVariables: Exact<{ id: Scalars["ID"]; optional: Scalars["Boolean"] }>
UpdateItineraryLocationMutation
UpdateItineraryLocationMutation: { __typename?: "Mutation"; updateItineraryLocation: { __typename: "UpdateItineraryLocationPayload"; 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 })[] }; location?: { __typename: "ItineraryLocation"; description?: string | null; id: string; optional: boolean; position: { __typename?: "Position"; lat: number; lon: number }; readMoreUrl?: string | null; synopsis?: string | null; tags: string[]; title?: string | null } | null } }
Type declaration
-
Optional __typename?: "Mutation"
-
updateItineraryLocation: { __typename: "UpdateItineraryLocationPayload"; 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 })[] }; location?: { __typename: "ItineraryLocation"; description?: string | null; id: string; optional: boolean; position: { __typename?: "Position"; lat: number; lon: number }; readMoreUrl?: string | null; synopsis?: string | null; tags: string[]; title?: string | null } | null }
-
__typename: "UpdateItineraryLocationPayload"
-
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 location?: { __typename: "ItineraryLocation"; description?: string | null; id: string; optional: boolean; position: { __typename?: "Position"; lat: number; lon: number }; readMoreUrl?: string | null; synopsis?: string | null; tags: string[]; title?: string | null } | null
UpdateItineraryLocationMutationVariables
UpdateItineraryLocationPayload
Type declaration
-
Optional __typename?: "UpdateItineraryLocationPayload"
-
-
-
UpdateItineraryMutation
Update
ItineraryMutation: { __typename?: "Mutation"; updateItinerary: { __typename: "UpdateItineraryPayload"; 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 })[] }; itinerary?: { __typename: "Itinerary"; autoRoute?: { __typename?: "ItineraryAutoRoute"; defaultMode: RouteMode } | null; created?: string | null; description?: string | null; id: string; modified?: string | null; published?: string | null; synopsis?: string | null; tags: string[]; title?: string | null } | null } }
Type declaration
-
Optional __typename?: "Mutation"
-
updateItinerary: { __typename: "UpdateItineraryPayload"; 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 })[] }; itinerary?: { __typename: "Itinerary"; autoRoute?: { __typename?: "ItineraryAutoRoute"; defaultMode: RouteMode } | null; created?: string | null; description?: string | null; id: string; modified?: string | null; published?: string | null; synopsis?: string | null; tags: string[]; title?: string | null } | null }
-
__typename: "UpdateItineraryPayload"
-
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 itinerary?: { __typename: "Itinerary"; autoRoute?: { __typename?: "ItineraryAutoRoute"; defaultMode: RouteMode } | null; created?: string | null; description?: string | null; id: string; modified?: string | null; published?: string | null; synopsis?: string | null; tags: string[]; title?: string | null } | null
UpdateItineraryMutationVariables
UpdateItineraryPayload
Type declaration
-
Optional __typename?: "UpdateItineraryPayload"
-
-
UpdateMediaContainerInput
UpdateMediaResourcePayload
Update
MediaResourcePayload: { __typename?: "UpdateMediaResourcePayload"; resource: MediaResource }
Type declaration
-
Optional __typename?: "UpdateMediaResourcePayload"
-
UpdateProfilePayload
Update
ProfilePayload: { __typename?: "UpdateProfilePayload"; profile?: Maybe<Profile> }
Type declaration
-
Optional __typename?: "UpdateProfilePayload"
-
UserAgreementConnection
Type declaration
-
Optional __typename?: "UserAgreementConnection"
-
-
-
-
totalCount: Scalars["Int"]
UserAgreementEdge
User
AgreementEdge: { __typename?: "UserAgreementEdge"; cursor: Scalars["String"]; node: UserAgreement }
Type declaration
-
Optional __typename?: "UserAgreementEdge"
-
cursor: Scalars["String"]
-
Variables
Const AutocompleteSearchPlaceDocument
AutocompleteSearchPlaceDocument: DocumentNode = ...
Const CollectionContentFragmentDoc
CollectionContentFragmentDoc: DocumentNode = ...
Const CollectionItemsCountFragmentDoc
CollectionItemsCountFragmentDoc: DocumentNode = ...
Const CollectionLocationContentFragmentDoc
CollectionLocationContentFragmentDoc: DocumentNode = ...
Const CollectionLocationExternalRefsFragmentDoc
CollectionLocationExternalRefsFragmentDoc: DocumentNode = ...
Const CollectionLocationPartialContentFragmentDoc
CollectionLocationPartialContentFragmentDoc: DocumentNode = ...
Const CollectionPartialContentFragmentDoc
CollectionPartialContentFragmentDoc: DocumentNode = ...
Const CreateCollectionLocationDocument
CreateCollectionLocationDocument: DocumentNode = ...
Const CreateItineraryDirectionsDocument
CreateItineraryDirectionsDocument: DocumentNode = ...
Const CreateItineraryDocument
CreateItineraryDocument: DocumentNode = ...
Const CreateItineraryLocationDocument
CreateItineraryLocationDocument: DocumentNode = ...
Const DeleteCollectionLocationDocument
DeleteCollectionLocationDocument: DocumentNode = ...
Const DeleteItineraryDocument
DeleteItineraryDocument: DocumentNode = ...
Const DeleteItineraryLocationDocument
DeleteItineraryLocationDocument: DocumentNode = ...
Const DisableItineraryAutoRouteDocument
DisableItineraryAutoRouteDocument: DocumentNode = ...
Const EnableItineraryAutoRouteDocument
EnableItineraryAutoRouteDocument: DocumentNode = ...
Const FindCollectionLocationIdsByExternalDocument
FindCollectionLocationIdsByExternalDocument: DocumentNode = ...
Const FindCollectionLocationIdsByTagDocument
FindCollectionLocationIdsByTagDocument: DocumentNode = ...
Const FindCollectionLocationsByExternalDocument
FindCollectionLocationsByExternalDocument: DocumentNode = ...
Const FindCollectionLocationsByTagDocument
FindCollectionLocationsByTagDocument: DocumentNode = ...
Const FindItineraryLocationIdsByPlaceIdDocument
FindItineraryLocationIdsByPlaceIdDocument: DocumentNode = ...
Const FindItineraryLocationsByPlaceIdDocument
FindItineraryLocationsByPlaceIdDocument: DocumentNode = ...
Const GetCollectionDocument
GetCollectionDocument: DocumentNode = ...
Const GetCollectionLocationDocument
GetCollectionLocationDocument: DocumentNode = ...
Const GetItineraryDirectionsDocument
GetItineraryDirectionsDocument: DocumentNode = ...
Const GetItineraryDocument
GetItineraryDocument: DocumentNode = ...
Const GetItineraryLocationDocument
GetItineraryLocationDocument: DocumentNode = ...
Const GetMediaImageDocument
GetMediaImageDocument: DocumentNode = ...
Const GetPlaceDocument
GetPlaceDocument: DocumentNode = ...
Const GetProfileDocument
GetProfileDocument: DocumentNode = ...
Const ItineraryCascadedChangesFragmentDoc
ItineraryCascadedChangesFragmentDoc: DocumentNode = ...
Const ItineraryContentFragmentDoc
ItineraryContentFragmentDoc: DocumentNode = ...
Const ItineraryDirectionsContentFragmentDoc
ItineraryDirectionsContentFragmentDoc: DocumentNode = ...
Const ItineraryDirectionsPartialContentFragmentDoc
ItineraryDirectionsPartialContentFragmentDoc: DocumentNode = ...
Const ItineraryLocationContentFragmentDoc
ItineraryLocationContentFragmentDoc: DocumentNode = ...
Const ItineraryLocationPartialContentFragmentDoc
ItineraryLocationPartialContentFragmentDoc: DocumentNode = ...
Const ItineraryLocationsCountFragmentDoc
ItineraryLocationsCountFragmentDoc: DocumentNode = ...
Const ItineraryPartialContentFragmentDoc
ItineraryPartialContentFragmentDoc: DocumentNode = ...
Const ItinerarySearchPartialContentFragmentDoc
ItinerarySearchPartialContentFragmentDoc: DocumentNode = ...
Const ListAuthorizedProfilesDocument
ListAuthorizedProfilesDocument: DocumentNode = ...
Const ListCollectionsDocument
ListCollectionsDocument: DocumentNode = ...
Const ListItinerariesDocument
ListItinerariesDocument: DocumentNode = ...
Const ListItineraryLocationsDocument
ListItineraryLocationsDocument: DocumentNode = ...
Const MediaImageContentFragmentDoc
MediaImageContentFragmentDoc: DocumentNode = ...
Const MediaImagePartialContentFragmentDoc
MediaImagePartialContentFragmentDoc: DocumentNode = ...
Const MoveItineraryLocationAfterDocument
MoveItineraryLocationAfterDocument: DocumentNode = ...
Const MoveItineraryLocationToStartDocument
MoveItineraryLocationToStartDocument: DocumentNode = ...
Const PlaceContentFragmentDoc
PlaceContentFragmentDoc: DocumentNode = ...
Const PlacePartialContentFragmentDoc
PlacePartialContentFragmentDoc: DocumentNode = ...
Const PlaceSearchContentFragmentDoc
PlaceSearchContentFragmentDoc: DocumentNode = ...
Const ProfileContentFragmentDoc
ProfileContentFragmentDoc: DocumentNode = ...
Const ProfilePartialContentFragmentDoc
ProfilePartialContentFragmentDoc: DocumentNode = ...
Const ReverseSearchPlaceByPositionDocument
ReverseSearchPlaceByPositionDocument: DocumentNode = ...
Const SearchRoutesBetweenPositionsDocument
SearchRoutesBetweenPositionsDocument: DocumentNode = ...
Const UpdateCollectionLocationDocument
UpdateCollectionLocationDocument: DocumentNode = ...
Const UpdateItineraryDocument
UpdateItineraryDocument: DocumentNode = ...
Const UpdateItineraryLocationDocument
UpdateItineraryLocationDocument: DocumentNode = ...
Const UpdateItineraryLocationIsOptionalDocument
UpdateItineraryLocationIsOptionalDocument: DocumentNode = ...
Result of approving a follow request