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


