Skip to main content

ActContractsWhereWhereConditions

Dynamic WHERE conditions for the where argument of the query contracts.

input ActContractsWhereWhereConditions {
column: ContractsWhereColumns
operator: SQLOperator
value: Mixed
AND: [ActContractsWhereWhereConditions!]
OR: [ActContractsWhereWhereConditions!]
HAS: ActContractsWhereWhereConditionsRelation
}

Fields

ActContractsWhereWhereConditions.column ● ContractsWhereColumns enum

The column that is used for the condition.

ActContractsWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

ActContractsWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

ActContractsWhereWhereConditions.AND ● [ActContractsWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

ActContractsWhereWhereConditions.OR ● [ActContractsWhereWhereConditions!] list input

A set of conditions that requires at least one condition to match.

ActContractsWhereWhereConditions.HAS ● ActContractsWhereWhereConditionsRelation input

Check whether a relation exists. Extra conditions or a minimum amount can be applied.

Member Of

ActContractsWhereWhereConditions input ● ActContractsWhereWhereConditionsRelation input