Skip to main content

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
}

Fields

BatchRule.id ● ID! non-null scalar

BatchRule.name ● String! non-null scalar

BatchRule.schedule ● String! non-null scalar

BatchRule.timezone ● String! non-null scalar

BatchRule.active ● Boolean scalar

BatchRule.team ● String scalar

BatchRule.locationId ● String scalar

BatchRule.filters ● [Filter!] list object

BatchRule.from ● Int scalar

BatchRule.to ● Int scalar

BatchRule.limit ● Int scalar

BatchRule.order ● String scalar

BatchRule.createdAt ● Timestamp object

BatchRule.updatedAt ● Timestamp object