Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

GetColumnJoinsOutput

Paginated response from the executed query or mutation

type GetColumnJoinsOutput {
greatestId: String
nbPerPage: Int!
page: Int
totalCount: Int!
data: [ColumnJoin!]!
}

Fields

GetColumnJoinsOutput.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.

GetColumnJoinsOutput.nbPerPage ● Int! non-null scalar general

Number of entities to return per page

GetColumnJoinsOutput.page ● Int scalar general

The page number (start at 0). Returned only when greaterThanId is not used.

GetColumnJoinsOutput.totalCount ● Int! non-null scalar general

The total number of entities

GetColumnJoinsOutput.data ● [ColumnJoin!]! non-null object general

Field containing the response from the executed query or mutation

Example

{
"data": [
{
"firstColumn": {
"table": {
"entityEditors": [
{
"sourceUser": {
"unifiedUser": {
"teamIds": []
}
}
}
],
"externalLinks": [
{}
],
"ownerEntities": [
{
"ownerLabel": {},
"user": {
"ownerEntities": []
}
}
],
"schema": {
"database": {
"warehouse": {}
}
},
"tagEntities": [
{
"tag": {}
}
],
"teamOwnerEntities": [
{
"team": {
"teamOwnerEntities": []
}
}
]
},
"tagEntities": []
}
}
]
}

Returned By