Skip to main content
QUERY
network: Network!

Returns

Abuse reports members have filed against other members, newest first. Empty unless the viewer is a host or moderator of the Network.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

ignored
Boolean

Filter by cleared state: true returns only cleared reports, false only uncleared. Omit to return both.

last
Int

Returns the last n elements from the list.

latestPerMember
Boolean
default:false

When true, return the moderation queue — one entry per reported member (their most recent uncleared report), current members only.

reportedMemberId
ID

Filter to reports filed against one member — resource ID or GlobalID.

ambassadorStats

Aggregate stats for the Network's Ambassador program. Restricted to Network Hosts and Moderators; returns null when the Ambassador program is not available on the Network.

Announcements (host broadcasts to members) sent in the Network, newest first. Empty for non-host viewers.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

artifact

Look up an artifact by UUID. Returns null when the viewer cannot see the underlying conversation thread.

Arguments
uuid
ID!
required

UUID of the artifact.

Media assets (images, files, videos, audio) uploaded to the Network, newest first. Empty for non-host viewers.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

automationRule

A single automation rule by ID, scoped to the current Network. Host-only.

Arguments
id
ID!
required

ID of the automation rule — resource ID or GlobalID.

automationRuleLogs

The Network's automation execution history — up to 200 entries from the last 48 hours. Host-only. Optionally filter by rule, action, or source.

Arguments
actionId
ID

Return only entries for this action — resource ID or GlobalID.

ruleId
ID

Return only entries for this rule — resource ID or GlobalID.

Return only entries produced by this source.

automationRules

Automation rules configured for the Network, newest first. Host-only. Filter by space, trigger, action type, status, or search term, and sort by name, status, or creation time.

Arguments

Return only rules with these action types.

after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

Field to sort by. Defaults to when the rule was created.

sortOrder

Sort direction. Defaults to descending.

spaceIds
[ID!]

Return only rules whose trigger or action targets these spaces — resource IDs or GlobalIDs.

Return only rules in these status buckets.

term
String

Case-insensitive search across rule names.

Return only rules with these triggers.

availableSpaceFeatures

Space features available for the Build Your Own template, filtered to this Network's billing plan. Empty when Build Your Own is not enabled.

avatarUrl
String

Network avatar image URL.

badge

Fetch a single badge on the Network by resource ID or GlobalID.

Arguments
id
ID!
required

ID of the badge — resource ID or GlobalID.

Badges on the Network. Newest first by default; sortable by title, member count, or creation time.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

sortBy
default:CREATED_AT

Sort key. Default: CREATED_AT.

sortOrder
default:DESC

Sort direction. Default: DESC.

term
String

Filter badges to those whose title contains this text (case-insensitive).

billingPlan
String

Display name of the Network's current billing plan (e.g. Community Plan).

blockedMembers

Members the current user has blocked or reported.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

Email addresses blocked from delivery on this Network. Restricted to Network Hosts — other viewers receive an empty connection. On plans without the member-email visibility billing feature, only host-added entries are returned.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

brandingImages

The Network's branding image slots, each with the image currently in it. Slots the Network's Imagery settings do not offer appear only when they hold an image. Null to a viewer who may not change the Network's branding.

cohostContext
String

Free-form community-design context the Host has configured for the Cohost agent.

Comments on a post within the Network

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

postId
ID!
required

GlobalID of the post whose comments to return

course

Fetch a course by resource ID or GlobalID, scoped to this Network.

Arguments
idOrSlug
String!
required

Course resource ID or GlobalID. Must resolve to a Space in this Network that has course content enabled.

Courses within the Network, filtered to those visible to the current viewer.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

coursework

Fetch a single coursework item (lesson, quiz, section, or overview) by resource ID, URL slug, or GlobalID, scoped to this Network.

Arguments
idOrSlug
String!
required

Coursework resource ID, URL slug, or GlobalID.

createdAt
ISO8601DateTime!
currentBillingPlanFeatures

Features on the Network's current billing plan, with admin-granted overrides. Null when no data.

customDomainCheck

Validates a candidate custom domain (format, DNS records, uniqueness) without registering it.

Arguments
domain
String!
required

Fully qualified domain name to validate.

Custom domains registered for the Network, newest first. Empty for viewers who are not members.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

customField

Fetch a custom field by numeric resource ID or GraphQL GlobalID, scoped to this Network.

Arguments
id
ID!
required

Custom field numeric resource ID or GraphQL GlobalID.

Custom fields on the Network, filtered to those the viewer can see.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

Optionally filter to a single response type.

defaultLocale
String

The Network's default language locale (e.g. en, es_419). Null when it falls back to the platform default.

description
String
discoverable
Boolean!

Whether the Network appears in Mighty discovery surfaces and can be found by non-members.

events

Event instances scoped to the current Network. Use direction (UPCOMING/PAST) for forward/backward pagination, or pass start_at + end_at for a date range. space_id narrows to a specific flex space within the Network.

Arguments
cursor
String

ISO8601 datetime cursor from a previous response. For UPCOMING/range, the lower bound on starts_at; for PAST, the upper bound on starts_at.

direction
default:UPCOMING

UPCOMING or PAST. Ignored when both start_at and end_at are provided. Default: UPCOMING.

endAt
ISO8601DateTime

Upper bound for date-range queries.

perPage
Int
default:10

Results per page. Default: 10, maximum: 50.

spaceId
ID

Optional GlobalID of a flex space within the Network. When omitted, returns instances across the Network.

startAt
ISO8601DateTime

Lower bound for date-range queries. When both start_at and end_at are provided, returns instances within that range.

explorable
Boolean!

Whether non-members can preview the Network's content without joining.

featureToggles

The Network's host-toggleable boolean features, each with its current enabled state. Enum-valued settings (e.g. display styles, MFA level) are not included.

The activity feed for a Network or space

Arguments
after
String

Cursor from pageInfo.endCursor for the next page

filterIds
[String!]

Menu-driven filter selection: feedOptions.filters[].ids. Resolved server-side for the requesting client. Ignored when filters is supplied.

filters
FeedFilters

Feed filtering and sorting options. The programmatic surface — takes precedence over sortId/filterIds when supplied.

first
Int
default:20

Number of items to return

promptTypes
[String!]

Feed prompt types to include on the menu-driven path. Omit for all; empty list excludes prompts. Ignored when filters is supplied.

sortId
String

Menu-driven sort selection: a feedOptions.sorts[].id. Resolved server-side. Ignored when filters is supplied.

feedOptions

The filter and sort options for the Network feed, gated to the current viewer. Presentation (options, order, semantics) is selected server-side per client.

feedPromptSetPrompts

The prompts inside a feed prompt set, the same prompts the Network feed embeds in a prompt set, for refreshing one set without re-fetching the feed.

Arguments
setType

Which prompt set to return the prompts for.

galleryGroups

Discovery-page gallery sections for a container (the Network or a Space), ordered by position, including disabled sections. Default (not-yet-customized) sections have null IDs.

Arguments
spaceId
ID

Optional container — the Network itself or a Space within it — resource ID or GlobalID. Defaults to the Network.

giftAggregatedLeaderboard

Leaderboard of members ranked across all gifts, for a direction (received or sent). All-time only. Null when gifts or leaderboards are disabled, or the viewer cannot see leaderboards.

Arguments

Rank by gifts received or sent. Defaults to received.

giftDefinitionTemplates

Built-in gift templates a Host can use to create gifts. Empty for signed-out viewers.

giftDefinitions

Gifts (recognitions) members can give one another, in catalog order. Empty for signed-out viewers, and when gifts are disabled for everyone but Hosts.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

giftLeaderboard

Leaderboard of members ranked by one gift, for a direction (received or sent) and time window. Null when gifts or leaderboards are disabled, or the viewer cannot see leaderboards.

Arguments

Rank by gifts received or sent. Defaults to received.

giftDefinitionId
ID!
required

GlobalID of the gift to rank by

Time window to aggregate over. Defaults to all time.

giftTransaction

A single recognition (gift) by its numeric resource ID. Null when gifts are disabled or the viewer cannot see recognitions; not found raises.

Arguments
resourceId
ID!
required

Numeric resource ID of the recognition (its GiftTransaction ID).

headerUrl
String

Network header image URL.

homeSpace

The default home Space members land on, if the Network has one configured.

hostHeroImageUrl
String

The Network Discovery featured-host portrait URL (4:5). Null until a Host uploads one.

id
ID!

ID of the object.

incomeReport

Fetch an Income Report by ID, scoped to this Network. Network Hosts only.

Arguments
id
ID!
required

Income Report ID — resource ID or GlobalID.

incomeReportPeriods

Reporting periods the Network has Income Reports for, newest first. Empty for non-host viewers. Each period spans every platform and currency; pass a period's periodStart to Network.incomeReports to fetch its reports.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

Income Reports in the Network, newest reporting period first. Empty for non-host viewers. Filter by periodStart (an exact reporting-period start, as returned by incomeReportPeriods) to fetch one period's reports across platforms and currencies.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

periodStart
ISO8601DateTime

Return only reports whose period starts at exactly this time, as returned by incomeReportPeriods.

inviteRequest

A single invite request by ID. Readable by the requester and by Network/Space Hosts and Moderators; anyone else gets a NOT_FOUND so existence is never leaked.

Arguments
id
ID!
required

ID of the invite request — resource ID or GlobalID.

Requests to join the Network, a Space, or a Plan. Filter by space_id (omit for Network-level requests), a name/email search term, or only_plan_requests to restrict to purchase-gated requests. Readable by Network and Space Hosts and Moderators; other viewers get an empty connection.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

onlyPlanRequests
Boolean
default:false

When true, return only purchase-gated (Plan) requests.

spaceId
ID

Limit to requests targeting a specific Space — resource ID or GlobalID. Omit for Network-level requests.

term
String

Filter to requests whose requester name or email matches this search term.

Invites sent within the Network, newest first. A viewer sees every invite in a container they host or moderate, plus invites they sent; other members see only invites they sent. Optionally narrow to a single container with space_id, and filter by search term, status, sender, plan, or reminder state.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

planIds
[ID!]

Return only invites to these Payment Plans (Bundle resource IDs or GlobalIDs).

reminded
Boolean

When true, only invites that have been resent at least once; when false, only invites never resent.

senderIds
[ID!]

Return only invites sent by these users (resource IDs or GlobalIDs).

Field to sort by. Defaults to when the invite was last updated.

sortOrder

Sort direction. Defaults to descending.

spaceId
ID

Optional GlobalID or resource ID of a container — the Network itself or a Space within it. When omitted, returns invites across the whole Network.

Return only invites in these status buckets.

term
String

Case-insensitive search across recipient and sender names and email addresses.

joinable
Boolean!

Whether prospective members can join the Network directly, without an invite or request.

landingPageCapacity

How many live landing pages the current Network can publish, how many are live, and whether another can be added. Host-only.

landingPageContent

Fetch a single landing page by ID, scoped to the current Network. Host-only.

Arguments
id
ID!
required

Numeric ID of the landing page.

landingPageContents

Landing pages configured for the current Network, live pages first then most recently updated. Readable by Network hosts and moderators — other viewers receive an empty connection.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

landingSpace

The Space a given audience lands on, or null when none is configured.

Arguments
audience

Which audience's landing Space to return.

The Network's captured Leads, with email search (term), waitlist/source/status filters, and created-at sort. Readable by Network hosts and moderators — other viewers receive an empty connection.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

sortOrder
default:DESC

Sort direction by capture time. Default: DESC (newest first).

sourceLandingPageIds
[ID!]

Filter to Leads whose signup came from these landing pages — resource IDs or GlobalIDs.

Filter to Leads whose derived displayed status is one of these values.

term
String

Search Leads by email substring, case-insensitive.

waitlistIds
[ID!]

Filter to Leads that signed up through these Waitlists — resource IDs or GlobalIDs.

liveSpace

A single livestream by ID; NOT_FOUND when it is not visible to the viewer.

Arguments
id
ID!
required

The livestream's resource ID or GlobalID.

Completed livestreams in the Network, optionally narrowed to one container Space. Hosts see all; members see their own plus those of Spaces they host.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

Optionally restrict the listing (e.g. MINE for only the viewer's own livestreams).

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

spaceId
ID

Optionally narrow to a single container — the Network or a Space within it. Resource ID or GlobalID.

withRecording
Boolean

When true, return only livestreams that have a recording.

marketingAudience

Fetch a Marketing Audience by ID, scoped to this Network.

Arguments
id
ID!
required

Marketing Audience ID — resource ID or GlobalID.

marketingAudiences

Marketing Audiences in the Network, newest first. Empty for non-host viewers. Filter by a term (a case-insensitive substring match on the name) or by statuses (ACTIVE, SUSPENDED, and/or DISABLED; omitting the argument returns all). Sort by NAME or CREATED_AT with sortOrder (ASC or DESC).

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

Field to sort by. Defaults to when the Audience was created.

sortOrder

Sort direction. Defaults to descending.

Filter by status. Omitting the argument returns Audiences of every status.

term
String

Filter by a case-insensitive substring match on the Audience name.

marketingBanner

Fetch a Marketing Banner by ID, scoped to this Network.

Arguments
id
ID!
required

Marketing Banner ID — resource ID or GlobalID.

marketingBanners

Marketing Banners in the Network, newest first. Empty for non-host viewers. Filter by a term (a case-insensitive substring match on the name or title), by statuses (ACTIVE, SCHEDULED, INACTIVE, EXPIRED, and/or SUSPENDED), and/or by target platforms (ALL, IOS, WEB_AND_ANDROID); omitting a filter returns Banners of every value. Sort by NAME or CREATED_AT with sortOrder (ASC or DESC).

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

Field to sort by. Defaults to when the Banner was created.

sortOrder

Sort direction. Defaults to descending.

Filter by status. Omitting the argument returns Banners of every status.

Filter by target platform. Omitting the argument returns Banners for every platform.

term
String

Filter by a case-insensitive substring match on the Banner name or title.

mcpUsageSummary

Current-month MCP usage summary for this Network.

member

Fetch a member of this Network by numeric ID or GraphQL GlobalID. Restricted to Network Hosts and Moderators.

Arguments
id
ID!
required

The member's numeric ID (as used by the Admin API) or GraphQL GlobalID.

The Network's member roster with name search (term), filters (role, member type, space, segments), and sorting. Restricted to Network Hosts and Moderators — other viewers receive an empty connection.

Arguments
after
String

Opaque cursor from pageInfo.endCursor for the next page.

ambassador
Boolean

Filter to Ambassadors — members whose referral count has reached the lowest Ambassador level. Results are ordered by referral count, highest first, and sort is fixed to referral count. Cannot be combined with term, role, memberType, spaceId, or segmentIds.

first
Int
default:25

Number of items per page. Default: 25, maximum: 50.

memberType

Filter by member type, using the consolidated Member Type vocabulary (Network/space host or moderator, full member, or limited member).

Filter by role in the Space this roster is scoped to (the Network here).

segmentIds
[ID!]

GlobalIDs of Segments — Tags, Badges, and Custom Field choices are all Segment-backed. Members must match at least one Segment per Custom Field group (OR within a field, AND across fields).

sort
default:LAST_VISIT

Sort key. Default: LAST_VISIT.

sortOrder
default:ASC

Sort direction. Default: ASC.

spaceId
ID

GlobalID of a flex space within the Network; filters to members who belong to that Space.

term
String

Search by member name.

nativeVideoProgress

Processing progress for a native video asset in this Network. Returns null when the asset is not found, not visible to the viewer, or progress tracking is not enabled for the Network. Pass sinceVersion to receive null when nothing has changed since that version.

Arguments
assetId
ID!
required

ID of the native video asset to fetch progress for — resource ID or GlobalID.

sinceVersion
Int

When provided, returns null unless the snapshot's version is greater than this — use to poll for changes.

navigationPathAllowed

Validate a community-app path before sending it to a user. Internal field used by the Cohost agent.

Arguments
path
String!
required

A concrete path the agent intends to send to the user (e.g. '/spaces/123/feed'). A full URL, trailing slash, or query string is tolerated.

networkSubdomainAvailability

Check whether a proposed mn.co subdomain is available for the Network. Internal field used by the Cohost agent.

Arguments
slug
String!
required

The proposed subdomain label, without the '.mn.co' suffix (e.g. 'my-community').

onlineLiveSpaces

Livestreams currently live in the Network, plus the viewer's own still-initializing livestreams.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

paymentCoupon

Fetch a Promo Code by ID, scoped to this Network.

Arguments
id
ID!
required

Promo Code ID — resource ID or GlobalID.

Promo Codes in the Network. Empty for non-host viewers. Filter by a term (matched against code or description) or by statuses (passing both, or none, returns all). Sort by status (the default: active first, then newest), creation time, or redemption count.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

Field to sort by. Defaults to status (active first, then newest).

sortOrder

Sort direction. Defaults to ascending. Ignored when sorting by status.

Filter by status. Passing both ACTIVE and INACTIVE, or omitting the argument, returns all.

term
String

Filter by a case-insensitive substring match on the code or description.

paymentCurrencies
[String!]

Configured payment currencies, with the default currency annotated.

paymentPlan

Fetch a Payment Plan by ID, scoped to this Network.

Arguments
id
ID!
required

Payment Plan ID — resource ID or GlobalID.

Payment Plans in the Network. Hosts see every plan; members see only plans published to them. Filter by a term (matched against the name or the Host-only internal notes), statuses, or pricing types. Sort by creation time (the default: newest first) or name.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

pricingTypes

Filter by pricing model.

Field to sort by. Defaults to creation time.

sortOrder

Sort direction. Defaults to descending for creation time and ascending for name.

Filter by status. Omitting the argument returns all but archived plans.

term
String

Filter by a case-insensitive substring match on the name or internal notes.

paymentSubscription

Fetch a member Payment Plan subscription by ID, scoped to this Network.

Arguments
id
ID!
required

Subscription ID — resource ID or GlobalID.

paymentSubscriptionGroups

Subscription groups on the Network. Each lets members switch between distinct Payment Plans.

paymentSubscriptions

Member Payment Plan subscriptions in the Network, newest first. A Network Host sees every subscription; a non-host member sees only their own; non-members get an empty connection. Filter by statuses (CANCELED selects canceled subscriptions; other values match active ones), by memberId, or by planIds (Payment Plan Bundle IDs).

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

memberId
ID

Return only subscriptions held by this member — resource ID or GlobalID.

planIds
[ID!]

Return only subscriptions to these Payment Plans (Bundle resource IDs or GlobalIDs).

Field to sort by. Defaults to when the subscription was created.

sortOrder

Sort direction. Defaults to descending.

Filter by status. CANCELED selects canceled (archived) subscriptions; other values match non-canceled ones.

pins
[Pin!]!

Curated pins on the Network's root space for the given list, in curator-set order.

Arguments
list
required

Which curated list to return.

poll

Fetch a single poll or question by ID, scoped to the current Network. Host-only.

Arguments
id
ID!
required

ID of the poll or question — resource ID or GlobalID.

The current Network's polls and questions, newest first, optionally filtered to a single container. Host-only.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

spaceId
ID

Filter to polls in a single container — a flex space or the Network itself. Resource ID or GlobalID.

Fetch a post by resource ID, URL slug, or GlobalID, scoped to this Network.

Arguments
idOrSlug
String!
required

Post resource ID, URL slug, or GlobalID.

Posts, events, and polls within the Network, optionally filtered to a single container (Network or flex space)

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

postTypes

Optional filter to specific post kinds — e.g. [POLL, QUESTION] for polls. When omitted, returns every kind.

spaceId
ID

Optional GlobalID of a container — the Network itself or a flex space within it. When omitted, returns posts across all containers in the Network.

statuses

Optional filter by lifecycle status. Defaults to POSTED. DRAFT and SCHEDULED return only the viewer's own posts; SCHEDULED also includes posts in Spaces where the viewer is a host or moderator.

purchase

Fetch a member one-time Payment Plan purchase by ID, scoped to this Network.

Arguments
id
ID!
required

Purchase ID — resource ID or GlobalID.

Member one-time Payment Plan purchases in the Network, newest first. A Network Host sees every purchase; a non-host member sees only their own; non-members get an empty connection. Voided purchases are excluded unless includeVoided is true. Filter by memberId or by planIds (Payment Plan IDs).

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

includeVoided
Boolean

Include voided (archived) purchases alongside active ones. Defaults to false.

last
Int

Returns the last n elements from the list.

memberId
ID

Return only purchases made by this member — resource ID or GlobalID.

planIds
[ID!]

Return only purchases of these Payment Plans — resource IDs or GlobalIDs.

Field to sort by. Defaults to when the purchase was made.

sortOrder

Sort direction. Defaults to descending.

purpose
String

The Network's Big Purpose statement.

quizAttempt

Fetch a member's quiz attempt by resource ID or GlobalID, scoped to this Network.

Arguments
id
ID!
required

Quiz Attempt resource ID or GlobalID.

Quiz attempts across the Network, newest first. Hosts and moderators of a space see every member's attempts in that space (member identity and scores); members see only their own. Empty for signed-out viewers.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

memberId
ID

Optionally filter to one member — resource ID or GlobalID.

quizId
ID

Optionally filter to one quiz — resource ID or GlobalID.

Optionally filter to one or more attempt statuses.

Reactions on a post or comment within the Network

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

targetId
ID!
required

GlobalID of the post or comment whose reactions to return

All recognitions (gifts) given in the Network, newest first. Empty when gifts are disabled, and for signed-out viewers unless the Network is explorable.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

reportedContents

Moderation queue: content reported by members within a space, newest first. Empty unless the viewer is a host or moderator of the space.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

spaceId
ID!
required

ID of the space whose reported content to list — resource ID or GlobalID.

resourceId
ID!

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

Posts the current viewer has saved (bookmarked), newest first, optionally filtered to a single container.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

spaceId
ID

Optional GlobalID of a container — the Network itself or a flex space within it. When omitted, returns saved posts across all containers in the Network.

Search the Network for posts, events, spaces, members, and comments.

Arguments
after
String

Opaque cursor from a previous response.

first
Int
default:20

Number of items per page (max 50).

query
String!
required

Natural language query or exact phrase.

Filter by content type. Omit for all types.

searchNavigation

Search community-app pages by keyword. Internal field used by the Cohost agent.

Arguments
term
String!
required

Space-separated English keywords describing the page or setting (e.g. 'colors branding theme').

segment

Fetch a Segment by resource ID or GlobalID, scoped to this Network.

Arguments
id
ID!
required

Segment resource ID or GlobalID.

Segments in the Network, newest first, filtered to those visible to the current viewer.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

customFieldId
ID

Optionally filter to the Segments of a single custom field — resource ID or GlobalID.

first
Int

Returns the first n elements from the list.

flavors

Optionally filter to one or more Segment flavors.

last
Int

Returns the last n elements from the list.

slug
String

The mn.co subdomain slug identifying the Network (distinct from the canonical URL).

space

Fetch a flex space by resource ID or GlobalID, scoped to this Network.

Arguments
idOrSlug
String!
required

Space resource ID or GlobalID. (Flex spaces have no URL slugs; those are reserved for Networks.) Must resolve to a flex space in this Network.

Fetch a single Pinned Link on the Network by ID.

Arguments

ID of the link — resource ID or GlobalID.

Pinned Links shown in the Network navigation menu, ordered oldest first. Empty when the custom menu link feature is not enabled on the Network.

spaceTemplates

Space templates the Host can pick from when creating a new Space. Includes the Build Your Own template only when the Network has that capability enabled.

Spaces within the Network, filtered to those visible to the current viewer.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

spacesCollections

Spaces Collections in the Network, ordered by sidebar position. Excludes the system collection. Filtered to collections visible to the current viewer.

stripeAccount

The Stripe account connected for member payments. Null when none is connected; readable by Network Hosts only.

stripeConnected
Boolean

Whether the Network has a connected Stripe account.

subtitle
String

Network subtitle — a short plain-text tagline.

tag

Fetch a single tag on the Network by resource ID or GlobalID.

Arguments
id
ID!
required

ID of the tag — resource ID or GlobalID.

Tags on the Network. Newest first by default; sortable by title, member count, or creation time. Visible to Network Hosts and Moderators.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

sortBy
default:CREATED_AT

Sort key. Default: CREATED_AT.

sortOrder
default:DESC

Sort direction. Default: DESC.

term
String

Filter tags to those whose title contains this text (case-insensitive).

theme

The Network's branding theme — its light- and dark-mode colors and font.

title
String
unpinnedOnboardingPointers

Built-in onboarding steps not yet on the Welcome Checklist, in curator-set order.

updatedAt
ISO8601DateTime!
url
String!

Canonical URL of the Network home.

waitlist

Fetch a single signup waitlist by ID, scoped to the current Network. Host-only.

Arguments
id
ID!
required

ID of the waitlist — resource ID or GlobalID.

Signup waitlists configured for the current Network, newest first. Readable by Network hosts and moderators — other viewers receive an empty connection.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

Outbound event webhooks configured for the Network, newest first.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

welcomeChecklistItems

The welcome-checklist items for this Space, in curator-set order, with the viewer's completion state.

Query
Response