Archive API docs
    Jump to

    Narrow by kind with a prefix — q: queries, m: mutations, t: types, g: guides, f: fields and arguments.

    Jump to examples ↓
    Query

    engagementHistory

    Paginated history of engagement metric snapshots for a specific item, ordered newest first.

    Arguments

    Object, input and enum types open in place — use + to reveal their fields. A type that is already open above the row stops at a ↻ circular marker, and anything nested past the depth limit links out to its own page instead.

    after String default null
    Cursor for fetching the next page of results.
    filter EngagementHistoryFilterInput default null
    Filter criteria for engagement history entries.
    first Int default 20
    Number of entries to return (page size).
    itemId ID! required
    The ID of the item to fetch engagement history for.

    Returns

    A paginated connection of EngagementHistoryEntry nodes. See Pagination for the connection shape.

    edges [EngagementHistoryEntryEdge!]!
    List of edges with cursors.
    nodes [EngagementHistoryEntry!]!
    List of engagement history entries.
    pageInfo PageInfo!
    Pagination information.
    totalCount Int
    Total number of items available.