AutomationSendSchedule
No description
type AutomationSendSchedule {
id: ID!
automation: Workflow
day: Day
start: String
stop: String
timezone: String
created_at: DateTime
created_by: User
updated_at: DateTime
updated_by: User
}
Fields
AutomationSendSchedule.id ● ID! non-null scalar
AutomationSendSchedule.automation ● Workflow object
AutomationSendSchedule.day ● Day enum
AutomationSendSchedule.start ● String scalar
AutomationSendSchedule.stop ● String scalar
AutomationSendSchedule.timezone ● String scalar
AutomationSendSchedule.created_at ● DateTime scalar
AutomationSendSchedule.created_by ● User object
AutomationSendSchedule.updated_at ● DateTime scalar
AutomationSendSchedule.updated_by ● User object
Returned By
automationSendSchedule query ● createAutomationSendSchedule mutation ● deleteAutomationSendSchedule mutation ● updateAutomationSendSchedule mutation
Member Of
AutomationSendSchedulePaginator object ● Workflow object


