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