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