- Create Itinerary Creates an Itinerary you can use for a wide range of use cases such as lists or sequenced itieraries with the supplied title
- Create Itinerary With Title Creates an Itinerary you can use for a wide range of use cases such as lists or sequenced itieraries with the supplied title
- Delete Itinerary Removes an itinerary
- Find Itinerary Location Ids By Place Ids Checks whether a place has been added to an itinerary, for creating a button state on an "Add to Itinerary" button
- Get Itinerary Icons Obtain the icon set that is used in the itinerary
- List Itineraries Query the itineraries that are created and associated to a profile
- Update Itinerary Assign Car Auto Route Enable "auto-route" behaviour to an existing itinerary
- Update Itinerary Direction Mode Updates an itinerary directions to switch the mode of transportation from one mode (such as car) to an alterative mode, such as foot
- Update Itinerary Icons Updates the icons associated with an Itinerary
- Update Itinerary Photos Updates an itinerary with a selection of photos
- Update Itinerary Title Modify an existing Itinerary by changing the title
- Create Itinerary Collection Creates an Itinerary Collection, which can be used to create new sub-listsmutation createItineraryCollection( $itineraryId: ID! $itineraryCollection: CreateItineraryCollectionInput!) { createItineraryCollection( itineraryId: $itineraryId collection: $itineraryCollection ) { collection { id } }}
- Create Itinerary Directions Creates itinerary directions for between locations in an itinerary manually
- Create Itinerary Link Itinerary Creates a link between itineraries from one itinerary to another
- List Itinerary Links Query the itinerary linksquery listItineraryLinks($itineraryId: ID!, $first: Int!, $after: String) { itinerary( Supply the itinerary ID id: $itineraryId ) { Select the associated itinerary links using the children selector children( Limit to querying the itinerary links type: ItineraryLink Using the relay "cursor connection" specification for pagination See: https://relay
- Associate Itinerary Location Icon Associates an itinerary icon composition with an itinerary location
- Create Itinerary Location Add a location to our itinerary, associating the place to Mavis The Grocer using the Facebook Page identifier
- Create Itinerary Location With Additional Positions Adds a location to an itinerary, also supplying additional positions to help describe the location more accurately for a visiting user
- Delete Itinerary Location Removes an itinerary item, such as a location
- List Itinerary Directions For Itinerary Location Query an itinerary location and load the associated inbound or outbound directions
- List Itinerary Locations Query the itinerary locations for an itinerary, and access basic information about the place
- List Itinerary Locations With Itinerary Directions Query the itinerary locations, with information about the directions between each of the locations
- Move Itinerary Location After Sibling Move an itinerary location to a relative position to another item in the itinerary
- Move Itinerary Location To Start Reorder/move the itinerary location to the start of the sequence
- Update Itinerary Location As Optional Updates an itinerary location and marks the itinerary location as an optional stop
- Update Itinerary Location Photos Updates an itinerary location with a selection of photos
- Update Itinerary Location Segments Assign a series of segments to your itinerary locations
- Create Itinerary Segment Creates an Itinerary Segment, which can be used to break up a list into smaller discrete sections
- Create Itinerary Segment With Title Creates an Itinerary Segment with a titlemutation createItinerarySegmentWithTitle($itineraryId: ID!, $title: String) { createItinerarySegment( itineraryId: $itineraryId segment: { title: $title } ) { segment { id } }}
- Delete Itinerary Segment Removes an itinerary item, such as a segment
- List Itinerary Segments Query the itinerary segments for an itinerary