Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
GetEntitiesLinkOutput
Paginated response from the executed query or mutation
type GetEntitiesLinkOutput {
greatestId: String
nbPerPage: Int!
page: Int
totalCount: Int!
data: [EntitiesLink!]!
}
Fields
GetEntitiesLinkOutput.greatestId ● String scalar general
The greatest id returned, to pass as the next 'greaterThanId' when using cursor-based pagination. Returned only when page is not used.
GetEntitiesLinkOutput.nbPerPage ● Int! non-null scalar general
Number of entities to return per page
GetEntitiesLinkOutput.page ● Int scalar general
The page number (start at 0). Returned only when greaterThanId is not used.
GetEntitiesLinkOutput.totalCount ● Int! non-null scalar general
The total number of entities
GetEntitiesLinkOutput.data ● [EntitiesLink!]! non-null object general
Field containing the response from the executed query or mutation
Example
{
"data": [
{
"fromDashboard": {
"entityEditors": [
{
"sourceUser": {
"unifiedUser": {
"teamIds": []
}
}
}
],
"ownerEntities": [
{
"ownerLabel": {},
"user": {
"ownerEntities": []
}
}
],
"source": {},
"tagEntities": [
{
"tag": {}
}
],
"teamOwnerEntities": [
{
"team": {
"teamOwnerEntities": []
}
}
]
},
"fromTable": {
"entityEditors": [],
"externalLinks": [
{}
],
"ownerEntities": [],
"schema": {
"database": {}
},
"tagEntities": [],
"teamOwnerEntities": []
},
"fromTerm": {
"childrenTerms": [],
"entityEditors": [],
"ownerEntities": [],
"tagEntities": [],
"teamOwnerEntities": []
},
"toColumn": {
"tagEntities": []
},
"toDashboardField": {}
}
]
}
Returned By
getPinnedAssetsquery