Type alias 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

Generated using TypeDoc