ContactSpecificationsWhereWhereConditions
Dynamic WHERE conditions for the where
argument of the query specifications
.
input ContactSpecificationsWhereWhereConditions {
column: SpecificationsWhereColumns
operator: SQLOperator
value: Mixed
AND: [ContactSpecificationsWhereWhereConditions!]
OR: [ContactSpecificationsWhereWhereConditions!]
HAS: ContactSpecificationsWhereWhereConditionsRelation
}
Fields
ContactSpecificationsWhereWhereConditions.column
● SpecificationsWhereColumns
enum
The column that is used for the condition.
ContactSpecificationsWhereWhereConditions.operator
● SQLOperator
enum
The operator that is used for the condition.
ContactSpecificationsWhereWhereConditions.value
● Mixed
scalar
The value that is used for the condition.
ContactSpecificationsWhereWhereConditions.AND
● [ContactSpecificationsWhereWhereConditions!]
list input
A set of conditions that requires all conditions to match.
ContactSpecificationsWhereWhereConditions.OR
● [ContactSpecificationsWhereWhereConditions!]
list input
A set of conditions that requires at least one condition to match.
ContactSpecificationsWhereWhereConditions.HAS
● ContactSpecificationsWhereWhereConditionsRelation
input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
ContactSpecificationsWhereWhereConditions
input ● ContactSpecificationsWhereWhereConditionsRelation
input