Skip to main content

ContractPropertiesWhereWhereConditionsRelation

Dynamic HAS conditions for WHERE conditions for the where argument of the query properties.

input ContractPropertiesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ContractPropertiesWhereWhereConditions
}

Fields

ContractPropertiesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ContractPropertiesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ContractPropertiesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ContractPropertiesWhereWhereConditionsRelation.condition ● ContractPropertiesWhereWhereConditions input

Additional condition logic.

Member Of

ContractPropertiesWhereWhereConditions input