Skip to content

Enums

← Back to GraphQL API Reference


AllyActivityKindEnum

Discriminator for which activity-kind branch an ally feed row represents.

ValueDescription
ACHIEVEMENTAlly completed a milestone on a goal.
FOLLOWAlly added a new ally.
GOALAlly checked in on a goal or habit.
JOINAlly joined a community.
POSTAlly posted in a community.

AllyStatusEnum

Relationship status between the searching user and a search result user.

ValueDescription
ACCEPTEDAn active ally relationship exists in either direction.
BLOCKEDCurrent user has blocked this user.
NONENo ally relationship exists.
PENDING_INCOMINGThis user sent a pending ally request to the current user.
PENDING_OUTGOINGCurrent user sent a pending ally request to this user.

DocsAssistantStateEnum

Terminal state of an askDocsQuestion response. Auth failures (no session, an invalid session, or a valid session outside @objectuve.com) and rate-limiting both surface as GraphQL errors instead (see askDocsQuestion field description), not a value here — a refusal and a disabled assistant are both successful responses to an authorized caller, never errors.

ValueDescription
ANSWEREDThe assistant answered the question — see answer and citations.
DISABLEDThe docs assistant kill switch is off. answer is null; no LLM call was made.
REFUSEDThe question is honestly out of scope for the docs corpus — answer may carry the assistant's refusal text; citations is always empty.

GoalStatusEnum

Computed readiness status for a goal.

ValueDescription
completedGoal has been marked as completed.
needs_attentionGoal is overdue or falling behind on updates.
on_trackGoal is progressing normally.
pausedGoal has had no activity for 30+ days.

GoalVisibilityEnum

Who can see a goal: everyone, accepted allies only, or just the owner.

ValueDescription
ALLIESVisible to the owner and their accepted allies.
PRIVATEVisible only to the owner.
PUBLICVisible to everyone.

GuideAssistantStateEnum

Terminal state of an askGuideQuestion response. Rate-limiting surfaces as a RATE_LIMITED GraphQL error instead (see askGuideQuestion field description), not a value here — a refusal and a disabled assistant are both successful responses, never errors.

ValueDescription
ANSWEREDThe assistant answered the question — see answer and citations.
DISABLEDThe docs assistant kill switch is off. answer is null; no LLM call was made.
REFUSEDThe question is honestly out of scope for the guide — answer may carry the assistant's refusal text; citations is always empty.

OnboardingCompletedVia

ValueDescription
completeUser reached the final slide and finished the wizard.
skipUser exited the wizard before reaching the final slide.

Last updated: 2026-09-15 (auto-generated from schema.graphql)

Loading…