ScoringRuleInput
No description
input ScoringRuleInput {
id: ID
type: ScoringRuleType
name: String
segment: CreateSegmentInput
operation: ArithmeticOperation
points: Int
enabled: Boolean
required: Boolean
run_frequency: Int
}
No description
input ScoringRuleInput {
id: ID
type: ScoringRuleType
name: String
segment: CreateSegmentInput
operation: ArithmeticOperation
points: Int
enabled: Boolean
required: Boolean
run_frequency: Int
}
ScoringRuleInput.id ● ID scalarScoringRuleInput.type ● ScoringRuleType enumScoringRuleInput.name ● String scalarScoringRuleInput.segment ● CreateSegmentInput inputScoringRuleInput.operation ● ArithmeticOperation enumScoringRuleInput.points ● Int scalarScoringRuleInput.enabled ● Boolean scalarScoringRuleInput.required ● Boolean scalarScoringRuleInput.run_frequency ● Int scalar