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


