customObjectRelationships
No description
customObjectRelationships(
first: Int!
orderBy: [QueryCustomObjectRelationshipsOrderByOrderByClause!]
page: Int
where: QueryCustomObjectRelationshipsWhereWhereConditions
): 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.
customObjectRelationships.where ● QueryCustomObjectRelationshipsWhereWhereConditions input
Type
CustomObjectRelationshipPaginator object
A paginated list of CustomObjectRelationship items.


