BatchRuleInput
No description
input BatchRuleInput {
name: String!
schedule: String!
timezone: String!
active: Boolean!
team: String
filters: [FilterInput!]
from: Int
to: Int
limit: Int
order: String
}
No description
input BatchRuleInput {
name: String!
schedule: String!
timezone: String!
active: Boolean!
team: String
filters: [FilterInput!]
from: Int
to: Int
limit: Int
order: String
}
BatchRuleInput.name ● String! non-null scalarBatchRuleInput.schedule ● String! non-null scalarBatchRuleInput.timezone ● String! non-null scalarBatchRuleInput.active ● Boolean! non-null scalarBatchRuleInput.team ● String scalarBatchRuleInput.filters ● [FilterInput!] list inputBatchRuleInput.from ● Int scalarBatchRuleInput.to ● Int scalarBatchRuleInput.limit ● Int scalarBatchRuleInput.order ● String scalar