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

    creators

    List and paginate creators for the current workspace, 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.
    customAttributeConditions [CustomAttributeConditionInput!] default []
    Creator custom attributes conditions
    filter CreatorFilterInput default {}
    Filter criteria to narrow down results (e.g. by campaign roster or canonical location).
    first Int default 20
    Number of creators to return (page size).
    presetId ID default null
    Saved Creator View ID. When provided, inline filter and customAttributeConditions are ignored; the view's stored conditions and sortBy drive the result set. The view's stored filters blob is not applied; a view whose only narrowing lives in filters returns the whole workspace. Accepts IDs returned by creatorViews / creatorView (workspace Creator Views, generally available), or by campaignCreatorViews(campaignId:) / campaignCreatorView(id:) (campaign-scoped, in alpha; opt in with the campaign_creator_views header). Non-Creator-View IDs raise a GraphQL error with extensions.code = "WRONG_VIEW_TYPE"; cross-shop or unknown IDs raise with extensions.code = "NOT_FOUND".

    Returns

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

    edges [CreatorEdge!]!
    List of edges with cursors.
    nodes [Creator!]!
    List of creators.
    pageInfo PageInfo!
    Pagination information.
    totalCount Int
    Total number of items available.