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

Generated using TypeDoc