CollectionItem: {
    attr?: Maybe<Attribute>;
    attrValue?: Maybe<Scalars["JSON"]>;
    attrs: AttributeConnection;
    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"]>;
    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 collection item contains data about a single entity and is assigned within a collection

Type declaration

  • Optional attr?: Maybe<Attribute>

    Arbitrary JSON value stored on this resource, keyed by an id

  • Optional attrValue?: Maybe<Scalars["JSON"]>

    Shortcut for the attr.value, returns null if the attribute doesn't exist

  • attrs: AttributeConnection

    Query multiple attributes optionally filtering by id and/or locale

  • Optional created?: Maybe<Scalars["String"]>

    The date when the collection-item was created

  • Optional description?: Maybe<Scalars["String"]>

    A longer text description

  • Optional externalId?: Maybe<Scalars["ID"]>

    Identifier from an external source this item is associated with

  • Optional externalSource?: Maybe<Scalars["ID"]>

    The source of the item's externalId

  • id: Scalars["ID"]

    The unique identifier, taking the shape of item/XYZ

  • media: MediaContainer[]

    List of MediaContainers containing images or other media

    Deprecated

    use mediaContainers instead

  • mediaContainers: MediaContainerConnection

    List of MediaContainers containing images or other media

  • Optional modified?: Maybe<Scalars["String"]>

    The date when the collection-item was last modified

  • Optional preferredMedia?: Maybe<MediaContainer>

    The preferred MediaContainer to use

  • profile: Profile

    The associated profile owner

  • Optional readMoreUrl?: Maybe<Scalars["String"]>

    Alias for the read-more attribute

  • sectionIds: Scalars["ID"][]

    One or more sections this item belongs to

  • Optional synopsis?: Maybe<Scalars["String"]>

    A short text summary

  • tags: Scalars["String"][]

    A series of strings applied to label this item

  • Optional title?: Maybe<Scalars["String"]>

    The supplied title

  • Optional websiteUrl?: Maybe<Scalars["String"]>

    Alias for the website-url attribute

Generated using TypeDoc