Skip to main content
objectKnowledgeSourceCitation

Fields

threadId
ID!

The id of the thread the citing reply belongs to.

timelineEntryId
ID!

The id of the timeline entry the citing reply is rendered as. The frontend correlates citations to entries on this id.

The kind of source that was cited. Snapshotted, so it survives deletion of the source (unlike document) and lets the caller pick an icon or affordance even once the live document is gone.

title
String!

Snapshot of the cited source's title at the time it was cited. Always present, so a since-deleted source still shows what was cited.

url
String

Snapshot of the cited source's URL when it has one, otherwise null. Best-effort; prefer building links from document when it is present.

The live cited knowledge document. Null if it has since been deleted or is not visible to the caller.