AutomationFilterInput
Filtering options for automation rules.
input AutomationFilterInput {
automationRuleIds: [ID!]
brandIds: [ID!] @deprecated
createdAt: DateRangeInput
events: [AutomationEventEnum!]
keyword: String
lastExecution: DateRangeInput
sortField: AutomationSortFieldsEnum
sortType: SortTypeEnum
updatedAt: DateRangeInput
}
Fields
AutomationFilterInput.automationRuleIds ● [ID!] list scalar common
AutomationFilterInput.brandIds ● [ID!] deprecated list scalar common
This argument will be removed in the future. Brand is becoming a product-only attribute. Use company context instead. If provided, the brand's company will be used instead.
AutomationFilterInput.createdAt ● DateRangeInput input common
Filter automation rules by creation date range
AutomationFilterInput.events ● [AutomationEventEnum!] list enum automations
Filters the existing automation rules by the subscribed event
AutomationFilterInput.keyword ● String scalar common
Keyword to search for in the automation rules. Will search by name, event and status. This filter is case insensitive and should have a minimum length of 3 characters, if a keyword with less than 3 characters is provided, it will be ignored.
AutomationFilterInput.lastExecution ● DateRangeInput input common
Filter automation rules by last execution date range
AutomationFilterInput.sortField ● AutomationSortFieldsEnum enum automations
Field to sort the automation rules by.
AutomationFilterInput.sortType ● SortTypeEnum enum common
Sort type for the automation rules.
AutomationFilterInput.updatedAt ● DateRangeInput input common
Filter automation rules by last update date range
Member Of
automationsList query