Skip to main content
objectSegment

Implements

Fields

avatarUrl
String

URL of the Segment's avatar image, or null when it has none.

color
String

The Segment's display color as a hex code, or null when unset. Visible to hosts and moderators only.

createdAt
ISO8601DateTime!
creator

The member who created this Segment, or null when none is recorded.

customField

The custom field this Segment is an option of, for tag, badge, and choice Segments.

description
String

Plain-text description of the Segment (up to 200 characters). Not HTML.

What this Segment represents (cluster, tag, badge, or choice).

id
ID!

ID of the object.

isAdHoc
Boolean!

Whether a member created this Segment, rather than a host.

isPinnedToFeaturedMembers
Boolean

Whether this Segment is currently pinned to the Network's Featured Members list (Members Explore). Curation state, so host/moderator-only like the mutations that change it. Null for non-managers.

lastActivityAt
ISO8601DateTime

Always null; no Segment flavor currently populates this field.

memberCount
Int

Number of members currently in the Segment. Computed live.

members
[User!]!

Bounded preview (up to 30) of the Segment's current members, from active memberships. The authoritative size is memberCount, not this list's length.

pmeClusterId
ID

The PME cluster ID ("clu_") this Segment was saved from, or null when the Segment isn't a cluster. Distinct from resourceId: Network.pmeCluster(id:) and the /clusters/:cluster_id route key off this PME ID, not the Segment's database ID.

provenance
String

How a saved Cluster was created: "suggested", "custom", or null when unset.

resourceId
ID!

Resource ID for this object, for interop with the Admin API.

title
String!
updatedAt
ISO8601DateTime!
url
String!

Canonical URL of the Segment.