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


