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


