RuleCondition
A condition to be used against Rule object types. All fields are tested for equality and combined with a logical ‘and.’
input RuleCondition {
id: String
name: String
type: String
value: String
enabled: Boolean
workspaceId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
importContacts: Boolean
}
Fields
RuleCondition.id ● String scalar
Checks for equality with the object’s id field.
RuleCondition.name ● String scalar
Checks for equality with the object’s name field.
RuleCondition.type ● String scalar
Checks for equality with the object’s type field.
RuleCondition.value ● String scalar
Checks for equality with the object’s value field.
RuleCondition.enabled ● Boolean scalar
Checks for equality with the object’s enabled field.
RuleCondition.workspaceId ● String scalar
Checks for equality with the object’s workspaceId field.
RuleCondition.version ● Int scalar
Checks for equality with the object’s version field.
RuleCondition.deletedAt ● Datetime scalar
Checks for equality with the object’s deletedAt field.
RuleCondition.updatedAt ● Datetime scalar
Checks for equality with the object’s updatedAt field.
RuleCondition.createdAt ● Datetime scalar
Checks for equality with the object’s createdAt field.
RuleCondition.importContacts ● Boolean scalar
Checks for equality with the object’s importContacts field.
Member Of
rules query ● rulesConnection query