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