Archive API docs
QUERY

socialProfiles

List and paginate social profiles for the current workspace. Pass presetId (a Social Profile View id from socialProfileViews / socialProfileView) to drive results off the view's stored conditions and sort; otherwise narrow with filter.

Arguments

after String default: null
Opaque cursor for fetching the next page. Pass the pageInfo.endCursor from a previous response. Per-node edge cursors are NOT valid here.
filter SocialProfileFilterInput default: {}
Filter criteria to narrow down results (e.g. by platform).
first Int default: 20
Number of social profiles to return (page size).
presetId ID default: null
Saved Social Profile View ID. When provided, inline filter is ignored; the view's stored customAttributeConditions and sort 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 (see README §13.2). Accepts IDs returned by socialProfileViews / socialProfileView. Non-Social-Profile-View IDs raise with extensions.code = "WRONG_VIEW_TYPE"; cross-shop or unknown IDs raise with extensions.code = "NOT_FOUND".

Returns

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