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


