Skip to main content

ContactMembersWhereWhereConditions

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

input ContactMembersWhereWhereConditions {
column: UsersWhereColumns
operator: SQLOperator
value: Mixed
AND: [ContactMembersWhereWhereConditions!]
OR: [ContactMembersWhereWhereConditions!]
HAS: ContactMembersWhereWhereConditionsRelation
}

Fields

ContactMembersWhereWhereConditions.column ● UsersWhereColumns enum

The column that is used for the condition.

ContactMembersWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

ContactMembersWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

ContactMembersWhereWhereConditions.AND ● [ContactMembersWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

ContactMembersWhereWhereConditions.OR ● [ContactMembersWhereWhereConditions!] list input

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

ContactMembersWhereWhereConditions.HAS ● ContactMembersWhereWhereConditionsRelation input

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

Member Of

ContactMembersWhereWhereConditions input ● ContactMembersWhereWhereConditionsRelation input