DCAConfigInput
No description
input DCAConfigInput {
enabled: Boolean!
maxEntries: Int!
rules: [DCARuleInput!]!
cooldownMinutes: Int!
}
Fields
DCAConfigInput.enabled ● Boolean! non-null scalar
DCAConfigInput.maxEntries ● Int! non-null scalar
DCAConfigInput.rules ● [DCARuleInput!]! non-null input
DCAConfigInput.cooldownMinutes ● Int! non-null scalar
Member Of
CallbacksConfigInput input