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