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

Generated using TypeDoc