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