customObjectRecords
No description
customObjectRecords(
first: Int!
orderBy: [QueryCustomObjectRecordsOrderByOrderByClause!]
page: Int
where: QueryCustomObjectRecordsWhereWhereConditions
): CustomObjectRecordPaginator!
Arguments
customObjectRecords.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
customObjectRecords.orderBy ● [QueryCustomObjectRecordsOrderByOrderByClause!] list input
customObjectRecords.page ● Int scalar
The offset from which items are returned.
customObjectRecords.where ● QueryCustomObjectRecordsWhereWhereConditions input
Type
CustomObjectRecordPaginator object
A paginated list of CustomObjectRecord items.


