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