Skip to main content

ContactContractsWhereWhereConditions

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

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

Fields

ContactContractsWhereWhereConditions.column ● ContractsWhereColumns enum

The column that is used for the condition.

ContactContractsWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

ContactContractsWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

ContactContractsWhereWhereConditions.AND ● [ContactContractsWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

ContactContractsWhereWhereConditions.OR ● [ContactContractsWhereWhereConditions!] list input

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

ContactContractsWhereWhereConditions.HAS ● ContactContractsWhereWhereConditionsRelation input

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

Member Of

ContactContractsWhereWhereConditions input ● ContactContractsWhereWhereConditionsRelation input