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