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