QueryCrmUsersWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where
argument of the query crmUsers
.
input QueryCrmUsersWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryCrmUsersWhereWhereConditions
}
Fields
QueryCrmUsersWhereWhereConditionsRelation.relation
● String!
non-null scalar
The relation that is checked.
QueryCrmUsersWhereWhereConditionsRelation.operator
● SQLOperator
enum
The comparison operator to test against the amount.
QueryCrmUsersWhereWhereConditionsRelation.amount
● Int
scalar
The amount to test.
QueryCrmUsersWhereWhereConditionsRelation.condition
● QueryCrmUsersWhereWhereConditions
input
Additional condition logic.