Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
EntityEditor
Represents a user who is designated as an editor for a specific entity (dashboard, table, or knowledge).
type EntityEditor {
id: ID!
dashboardId: String
sourceUserId: String!
sourceUser: SourceUser!
tableId: String
termId: String
createdAt: Timestamp!
updatedAt: Timestamp!
}
Fields
EntityEditor.id ● ID! non-null scalar general
Unique Catalog identifier of the resource
EntityEditor.dashboardId ● String scalar general
Id of the associated dashboard
EntityEditor.sourceUserId ● String! non-null scalar general
ID of the user editor for this entity
EntityEditor.sourceUser ● SourceUser! non-null object general
Associated sourceUser
EntityEditor.tableId ● String scalar general
Id of the associated table
EntityEditor.termId ● String scalar general
Id of the associated term
EntityEditor.createdAt ● Timestamp! non-null scalar general
Timestamp of when the record was created
EntityEditor.updatedAt ● Timestamp! non-null scalar general
Timestamp of when the record was last updated
Example
{
"sourceUser": {
"unifiedUser": {
"teamIds": []
}
}
}