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


