CustomObjectRecordListResponse
No description
type CustomObjectRecordListResponse {
paginatorInfo: PaginatorInfo!
columns: [CustomObjectRecordListColumn!]!
data: [CustomObjectRecordListRow!]!
}
Fields
CustomObjectRecordListResponse.paginatorInfo ● PaginatorInfo! non-null object
CustomObjectRecordListResponse.columns ● [CustomObjectRecordListColumn!]! non-null object
The list-layout columns, in order — drive the grid columns from this, not from the first row.


