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


