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


