Skip to main content

PersonContractsWhereWhereConditions

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

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

Fields

PersonContractsWhereWhereConditions.column ● ContractsWhereColumns enum

The column that is used for the condition.

PersonContractsWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

PersonContractsWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

PersonContractsWhereWhereConditions.AND ● [PersonContractsWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

PersonContractsWhereWhereConditions.OR ● [PersonContractsWhereWhereConditions!] list input

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

PersonContractsWhereWhereConditions.HAS ● PersonContractsWhereWhereConditionsRelation input

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

Member Of

PersonContractsWhereWhereConditions input ● PersonContractsWhereWhereConditionsRelation input