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


