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


