Type alias GetItineraryQuery
Get
Itinerary
Query
: { __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