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