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