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