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.endCursorfrom 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
filteris ignored; the view's stored customAttributeConditions and sort 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 bysocialProfileViews/socialProfileView. Non-Social-Profile-View IDs raise withextensions.code = "WRONG_VIEW_TYPE"; cross-shop or unknown IDs raise withextensions.code = "NOT_FOUND".
Returns
A paginated connection of SocialProfile nodes. See Pagination for the connection shape.