ListListParticipationChangesWhereWhereConditions
Dynamic WHERE conditions for the where argument of the query listParticipationChanges.
input ListListParticipationChangesWhereWhereConditions {
  column: ListParticipationSearchByColumns
  operator: SQLOperator
  value: Mixed
  AND: [ListListParticipationChangesWhereWhereConditions!]
  OR: [ListListParticipationChangesWhereWhereConditions!]
  HAS: ListListParticipationChangesWhereWhereConditionsRelation
}
Fields
ListListParticipationChangesWhereWhereConditions.column ● ListParticipationSearchByColumns enum
The column that is used for the condition.
ListListParticipationChangesWhereWhereConditions.operator ● SQLOperator enum
The operator that is used for the condition.
ListListParticipationChangesWhereWhereConditions.value ● Mixed scalar
The value that is used for the condition.
ListListParticipationChangesWhereWhereConditions.AND ● [ListListParticipationChangesWhereWhereConditions!] list input
A set of conditions that requires all conditions to match.
ListListParticipationChangesWhereWhereConditions.OR ● [ListListParticipationChangesWhereWhereConditions!] list input
A set of conditions that requires at least one condition to match.
ListListParticipationChangesWhereWhereConditions.HAS ● ListListParticipationChangesWhereWhereConditionsRelation input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
ListListParticipationChangesWhereWhereConditions  input ● ListListParticipationChangesWhereWhereConditionsRelation  input


