generated: '2026-08-17' method: derived source: https://learn.elium.com/reference/ note: 'Entity graph derived from the field/type tables in Elium''s own published GraphQL reference. Relationships are read from real field types: a list or a Relay *Connection field is has_many, a single object field is has_one. No OpenAPI exists for this provider, so the GraphQL type system is the contract this is derived from.' root_entity: Story root_note: Elium calls a unit of knowledge content a "Story"; it is addressed by an integer "slug". entity_count: 24 relationship_count: 109 entities: - entity: Story field_count: 54 description: A Content of the Elium platform. identifiers: - id - slug - entity: StoryVersion field_count: 34 description: A revision of a story in a given Lang identifiers: - id - uuid - entity: StorySchema field_count: 19 description: A StorySchema (aka Template in UI) is the definition of fields (attributes), properties(spaces, ...), and display(icon, color, ...) of a set of Story attached to it Those can be used to add custom fields, body, help and be filtered in smart tab or smart feeds or advanced search identifiers: - id - slug - entity: Space field_count: 62 description: A space acts as a container for the stories. Rights and visibilities can be managed at this level, in addition to the organisation settings. identifiers: - id - slug - entity: SpaceGroup field_count: 12 description: A SpaceGroup is a Group of spaces. Unlike the Spaces, they don't contain content identifiers: - id - slug - entity: User field_count: 35 description: A user is an individual's account on this platform. identifiers: - id - slug - entity: Me field_count: 44 description: Entry point for the the currently authenticated user. From there you can browse objects the user has access to. identifiers: - id - entity: Instance field_count: 73 description: Informations about the Instance and instance configuration identifiers: - id - uuid - entity: Organization field_count: 13 description: Organization that has access to the instance Organization is a group of users that can be managed by the platform admin and might have specific SSO settings identifiers: - id - entity: Team field_count: 7 description: A team of users identifiers: - id - slug - entity: Tag field_count: 5 description: A tag in a given Facet (category in the UI) identifiers: - id - slug - entity: Hashtag field_count: 4 description: A Tag without Facet identifiers: - id - slug - entity: Comment field_count: 11 description: A comment made by a user on a story. identifiers: - id - slug - entity: Annotation field_count: 10 description: Annotation of the Story. An Annotation can be used to comment, suggest or react to content of a story identifiers: - id - entity: AnnotationComment field_count: 6 description: A reaction to an annotation identifiers: - id - entity: Asset field_count: 4 description: The Asset interface represents a generic asset in A Content. For example a link bloc, a file, a user bloc, ... identifiers: - slug - uuid - entity: Notification field_count: 9 description: A notification about One or multiple similar events identifiers: - id - entity: Alert field_count: 25 description: An Alert is a configuration of a 'saved search' This can be used to export as an Atom(Rss) feed or be sent by email on schedule. identifiers: - id - entity: Answer field_count: 15 description: AI generated answer to a natual language question identifiers: - id - entity: SmartAssistant field_count: 18 description: A SmartAssistant is a content feed pre-filtered with specific criterion identifiers: - id - entity: ConnectedApp field_count: 8 description: OAuth Application connected to the instance identifiers: - id - entity: Integrations field_count: 3 description: External data sources that can be queried from this graph, typically to help setting up integrations identifiers: [] - entity: Folder field_count: 8 description: An organized collection of content. Probably generated by an import of contents identifiers: - id - slug - entity: Invitation field_count: 7 description: Invitation to an event identifiers: - id relationships: - from: Story to: Annotation via: annotations cardinality: has_many type: AnnotationConnection note: Relay cursor connection - from: Story to: User via: commenters cardinality: has_many type: UserConnection note: Relay cursor connection - from: Story to: Comment via: comments cardinality: has_many type: CommentConnection note: Relay cursor connection - from: Story to: User via: contributors cardinality: has_many type: UserConnection note: Relay cursor connection - from: Story to: StoryVersion via: editVersion cardinality: has_one type: StoryVersion - from: Story to: User via: followers cardinality: has_many type: UserConnection note: Relay cursor connection - from: Story to: Hashtag via: hashtags cardinality: has_many type: '[Hashtag!]!' - from: Story to: Invitation via: invitations cardinality: has_many type: InvitationConnection note: Relay cursor connection - from: Story to: User via: likers cardinality: has_many type: UserConnection note: Relay cursor connection - from: Story to: User via: publicSharedBy cardinality: has_one type: User - from: Story to: Story via: relateds cardinality: has_many type: StoryConnection note: Relay cursor connection - from: Story to: StorySchema via: schema cardinality: has_one type: StorySchema - from: Story to: Space via: space cardinality: has_one type: Space - from: Story to: Tag via: suggestedTags cardinality: has_many type: '[Tag!]!' - from: Story to: Tag via: tags cardinality: has_many type: '[Tag!]!' - from: Story to: User via: user cardinality: has_one type: User - from: Story to: User via: usersPermission cardinality: has_many type: '[User!]!' - from: Story to: StoryVersion via: version cardinality: has_one type: StoryVersion - from: Story to: StoryVersion via: versions cardinality: has_many type: StoryVersionConnection note: Relay cursor connection - from: Story to: User via: viewers cardinality: has_many type: UserConnection note: Relay cursor connection - from: StoryVersion to: User via: approvers cardinality: has_many type: '[User!]!' - from: StoryVersion to: Asset via: asset cardinality: has_one type: Asset - from: StoryVersion to: Asset via: assets cardinality: has_many type: '[Asset!]!' - from: StoryVersion to: User via: author cardinality: has_one type: User - from: StoryVersion to: Asset via: coverAsset cardinality: has_one type: Asset - from: StoryVersion to: Asset via: mainAsset cardinality: has_one type: Asset - from: StoryVersion to: User via: publisher cardinality: has_one type: User - from: StoryVersion to: Annotation via: annotations cardinality: has_many type: AnnotationConnection note: Relay cursor connection - from: StorySchema to: Space via: spaces cardinality: has_many type: '[Space!]!' - from: Space to: User via: administrators cardinality: has_many type: UserConnection note: Relay cursor connection - from: Space to: User via: approvers cardinality: has_many type: UserConnection note: Relay cursor connection - from: Space to: Story via: additionalViewsStories cardinality: has_many type: StoryConnection note: Relay cursor connection - from: Space to: Story via: contentFeed cardinality: has_many type: StoryConnection note: Relay cursor connection - from: Space to: User via: pendingMembers cardinality: has_many type: '[User!]' - from: Space to: Story via: pinnedStories cardinality: has_many type: '[Story!]!' - from: Space to: Folder via: rootFolder cardinality: has_one type: Folder - from: Space to: StorySchema via: schemas cardinality: has_many type: '[StorySchema!]!' - from: Space to: SpaceGroup via: spaceGroup cardinality: has_one type: SpaceGroup - from: Space to: User via: spaceUsers cardinality: has_many type: UserConnection note: Relay cursor connection - from: Space to: Tag via: suggestedTags cardinality: has_many type: '[Tag!]!' - from: Space to: Tag via: tags cardinality: has_many type: '[Tag!]!' - from: SpaceGroup to: Space via: spaces cardinality: has_many type: SpaceConnection note: Relay cursor connection - from: User to: Space via: commonSpaces cardinality: has_many type: SpaceConnection note: Relay cursor connection - from: User to: Hashtag via: hashtags cardinality: has_many type: '[Hashtag!]!' - from: User to: Tag via: tags cardinality: has_many type: '[Tag!]!' - from: User to: Team via: teams cardinality: has_many type: TeamConnection note: Relay cursor connection - from: Me to: Annotation via: annotations cardinality: has_many type: AnnotationConnection note: Relay cursor connection - from: Me to: Alert via: sharedAlerts cardinality: has_many type: AlertConnection note: Relay cursor connection - from: Me to: Alert via: myAlerts cardinality: has_many type: AlertConnection note: Relay cursor connection - from: Me to: Story via: bookmarks cardinality: has_many type: StoryConnection note: Relay cursor connection - from: Me to: Story via: completeStories cardinality: has_many type: '[Story!]!' - from: Me to: Story via: contentFeed cardinality: has_many type: StoryConnection note: Relay cursor connection - from: Me to: Story via: contentFromSuccessions cardinality: has_many type: StoryConnection note: Relay cursor connection - from: Me to: Story via: drafts cardinality: has_many type: StoryConnection note: Relay cursor connection - from: Me to: Story via: events cardinality: has_many type: StoryConnection note: Relay cursor connection - from: Me to: Story via: globalPinnedStories cardinality: has_many type: '[Story!]!' - from: Me to: Story via: ownedContentWithAnnotations cardinality: has_many type: StoryConnection note: Relay cursor connection - from: Me to: Story via: myContent cardinality: has_many type: StoryConnection note: Relay cursor connection - from: Me to: Notification via: notifications cardinality: has_many type: NotificationConnection note: Relay cursor connection - from: Me to: Story via: personalContent cardinality: has_many type: StoryConnection note: Relay cursor connection - from: Me to: Story via: recents cardinality: has_many type: '[Story!]!' - from: Me to: StorySchema via: schemas cardinality: has_many type: '[StorySchema!]!' - from: Me to: Hashtag via: hashtags cardinality: has_many type: HashtagConnection note: Relay cursor connection - from: Me to: SmartAssistant via: smartAssistants cardinality: has_many type: SmartAssistantConnection note: Relay cursor connection - from: Me to: SpaceGroup via: spaceGroups cardinality: has_many type: SpaceGroupConnection note: Relay cursor connection - from: Me to: Space via: spaces cardinality: has_many type: SpaceConnection note: Relay cursor connection - from: Me to: User via: user cardinality: has_one type: User! - from: Instance to: User via: disabledUsersForSuccession cardinality: has_many type: UserConnection note: Relay cursor connection - from: Instance to: User via: usersWithSuccession cardinality: has_many type: UserConnection note: Relay cursor connection - from: Instance to: SpaceGroup via: spaceGroups cardinality: has_many type: SpaceGroupConnection note: Relay cursor connection - from: Instance to: ConnectedApp via: connectedApps cardinality: has_many type: ConnectedAppConnection note: Relay cursor connection - from: Instance to: Story via: publicSharedStories cardinality: has_many type: StoryConnection note: Relay cursor connection - from: Instance to: Space via: spaces cardinality: has_many type: SpaceConnection note: Relay cursor connection - from: Instance to: Answer via: answerFeedbacks cardinality: has_many type: AnswerConnection note: Relay cursor connection - from: Instance to: Alert via: sharedAlerts cardinality: has_many type: AlertConnection note: Relay cursor connection - from: Instance to: User via: successorsWithContent cardinality: has_many type: UserConnection note: Relay cursor connection - from: Instance to: Team via: teams cardinality: has_many type: TeamConnection note: Relay cursor connection - from: Instance to: User via: users cardinality: has_many type: UserConnection note: Relay cursor connection - from: Instance to: SmartAssistant via: smartAssistants cardinality: has_many type: SmartAssistantConnection note: Relay cursor connection - from: Instance to: Organization via: organizations cardinality: has_many type: '[Organization!]!' - from: Team to: User via: members cardinality: has_many type: UserConnection note: Relay cursor connection - from: Team to: User via: membersAddCompletion cardinality: has_many type: '[User!]' - from: Comment to: Asset via: assets cardinality: has_many type: '[Asset!]!' - from: Comment to: User via: likers cardinality: has_many type: UserConnection note: Relay cursor connection - from: Comment to: Story via: parent cardinality: has_one type: Story - from: Comment to: User via: user cardinality: has_one type: User - from: Annotation to: Story via: story cardinality: has_one type: Story! - from: Annotation to: User via: user cardinality: has_one type: User - from: Annotation to: AnnotationComment via: comments cardinality: has_many type: AnnotationCommentConnection note: Relay cursor connection - from: AnnotationComment to: Annotation via: annotation cardinality: has_one type: Annotation! - from: AnnotationComment to: User via: user cardinality: has_one type: User - from: Notification to: User via: actors cardinality: has_many type: '[User!]!' - from: Alert to: User via: owners cardinality: has_many type: '[User!]!' - from: Alert to: Hashtag via: hashtags cardinality: has_many type: '[Hashtag!]!' - from: Alert to: Tag via: tags cardinality: has_many type: '[Tag!]!' - from: Alert to: StorySchema via: schemas cardinality: has_many type: '[StorySchema!]!' - from: Alert to: Space via: spaces cardinality: has_many type: '[Space!]!' - from: Alert to: User via: users cardinality: has_many type: '[User!]!' - from: Answer to: User via: user cardinality: has_one type: User - from: Answer to: User via: resolvedBy cardinality: has_one type: User - from: Answer to: Story via: resolvedSources cardinality: has_many type: '[Story!]' - from: SmartAssistant to: Team via: teams cardinality: has_many type: '[Team!]' - from: SmartAssistant to: Answer via: answer cardinality: has_one type: Answer - from: SmartAssistant to: Tag via: tags cardinality: has_many type: '[Tag!]!' - from: SmartAssistant to: Hashtag via: hashtags cardinality: has_many type: '[Hashtag!]!' - from: SmartAssistant to: Space via: spaces cardinality: has_many type: '[Space!]!' - from: SmartAssistant to: StorySchema via: schemas cardinality: has_many type: '[StorySchema!]!' - from: Folder to: Space via: space cardinality: has_one type: Space - from: Invitation to: User via: inviter cardinality: has_one type: User