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


