QUERY
creators
List and paginate creators for the current workspace, ordered newest first.
Arguments
- 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
filterandcustomAttributeConditionsare ignored; the view's stored conditions and sortBy drive the result set. The view's storedfiltersblob is NOT applied — a view whose only narrowing lives infiltersreturns the whole workspace (see README §13.2). Accepts IDs returned bycreatorViews/creatorView(workspace Creator Views, GA), or bycampaignCreatorViews(campaignId:)/campaignCreatorView(id:)(campaign-scoped, ALPHA — opt in with thecampaign_creator_viewsheader). Non-Creator-View IDs raise a GraphQL error withextensions.code = "WRONG_VIEW_TYPE"; cross-shop or unknown IDs raise withextensions.code = "NOT_FOUND".
Returns
A paginated connection of Creator nodes. See Pagination for the connection shape.