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


