ScoringRule
No description
type ScoringRule {
id: ID!
type: ScoringRuleType
name: String!
segment: Segment!
operation: ArithmeticOperation!
points: Int!
enabled: Boolean!
required: Boolean!
run_frequency: Int!
created_via_automation_id: ID
created_via_form: Boolean!
}
Fields
ScoringRule.id ● ID! non-null scalar
ScoringRule.type ● ScoringRuleType enum
ScoringRule.name ● String! non-null scalar
ScoringRule.segment ● Segment! non-null object
ScoringRule.operation ● ArithmeticOperation! non-null enum
ScoringRule.points ● Int! non-null scalar
ScoringRule.enabled ● Boolean! non-null scalar
ScoringRule.required ● Boolean! non-null scalar
ScoringRule.run_frequency ● Int! non-null scalar
ScoringRule.created_via_automation_id ● ID scalar
ScoringRule.created_via_form ● Boolean! non-null scalar
Member Of
ScoringRules object


