CollectionLocation: CollectionItem & Node & {
    __typename?: "CollectionLocation";
    address: PlaceAddress;
    attr?: Maybe<Attribute>;
    attrValue?: Maybe<Scalars["JSON"]>;
    attrs: AttributeConnection;
    bounds?: Maybe<Bounds>;
    contact: PlaceContact;
    created?: Maybe<Scalars["String"]>;
    description?: Maybe<Scalars["String"]>;
    externalId?: Maybe<Scalars["ID"]>;
    externalSource?: Maybe<Scalars["ID"]>;
    id: Scalars["ID"];
    media: MediaContainer[];
    mediaContainers: MediaContainerConnection;
    modified?: Maybe<Scalars["String"]>;
    place: Place;
    position: Position;
    preferredMedia?: Maybe<MediaContainer>;
    profile: Profile;
    readMoreUrl?: Maybe<Scalars["String"]>;
    sectionIds: Scalars["ID"][];
    synopsis?: Maybe<Scalars["String"]>;
    tags: Scalars["String"][];
    title?: Maybe<Scalars["String"]>;
    websiteUrl?: Maybe<Scalars["String"]>;
}

A CollectionItem used to represents a single location association to a place.

Generated using TypeDoc