OBJECT
SparkyRule
link GraphQL Schema definition
- type SparkyRule implements Node {
- : ID!
- : String
- # The conditions for this rule
- : [SparkyRuleCondition!]
- # The config this rule belongs to
- : SparkyChatConfig
- }
OBJECT
- type SparkyRule implements Node {
- : ID!
- : String
- # The conditions for this rule
- : [SparkyRuleCondition!]
- # The config this rule belongs to
- : SparkyChatConfig
- }