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

    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

    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
    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. 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.

    edges [SocialProfileEdge!]!
    List of edges with cursors.
    nodes [SocialProfile!]!
    List of social profiles.
    pageInfo PageInfo!
    Pagination information.
    totalCount Int
    Total number of items available.