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