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