automatedActions
No description
automatedActions(
orderBy: [QueryAutomatedActionsOrderByOrderByClause!]
where: QueryAutomatedActionsWhereWhereConditions
first: Int! = 1000
page: Int
): AutomatedActionPaginator!
Arguments
automatedActions.orderBy ● [QueryAutomatedActionsOrderByOrderByClause!] list input
automatedActions.where ● QueryAutomatedActionsWhereWhereConditions input
automatedActions.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 1000.
automatedActions.page ● Int scalar
The offset from which items are returned.
Type
AutomatedActionPaginator object
A paginated list of AutomatedAction items.


