BatchRule
No description
type BatchRule {
id: ID!
name: String!
schedule: String!
timezone: String!
active: Boolean
team: String
locationId: String
filters: [Filter!]
from: Int
to: Int
limit: Int
order: String
createdAt: Timestamp
updatedAt: Timestamp
}