Skip to main content

ConditionTypeCondition

A condition to be used against ConditionType object types. All fields are tested for equality and combined with a logical ‘and.’

input ConditionTypeCondition {
id: String
name: String
description: String
inputType: String
rules: JSON
workspaceId: String
createdByWorkspaceAccountId: String
order: BigFloat
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}

Fields

ConditionTypeCondition.id ● String scalar

Checks for equality with the object’s id field.

ConditionTypeCondition.name ● String scalar

Checks for equality with the object’s name field.

ConditionTypeCondition.description ● String scalar

Checks for equality with the object’s description field.

ConditionTypeCondition.inputType ● String scalar

Checks for equality with the object’s inputType field.

ConditionTypeCondition.rules ● JSON scalar

Checks for equality with the object’s rules field.

ConditionTypeCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

ConditionTypeCondition.createdByWorkspaceAccountId ● String scalar

Checks for equality with the object’s createdByWorkspaceAccountId field.

ConditionTypeCondition.order ● BigFloat scalar

Checks for equality with the object’s order field.

ConditionTypeCondition.version ● Int scalar

Checks for equality with the object’s version field.

ConditionTypeCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

ConditionTypeCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

ConditionTypeCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

Member Of

conditionTypes query ● conditionTypesConnection query