Automation
No description
type Automation {
id: ID!
belongs_to_id: Int
name: String!
type: AutomationType!
type_label: String!
execution_status_type: AutomationExecutionStatusType!
execution_status_label: String!
audience_evaluation_type: AutomationAudienceEvaluationType!
audience_evaluation_label: String!
paused: Boolean!
launch_at: DateTime
created_at: DateTime
updated_at: DateTime
archived: Boolean
folder: Folder
}