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