WebhookLogsWhereWhereConditions
Dynamic WHERE conditions for the where
argument of the query logs
.
input WebhookLogsWhereWhereConditions {
column: WebhooksLogsWhereColumns
operator: SQLOperator
value: Mixed
AND: [WebhookLogsWhereWhereConditions!]
OR: [WebhookLogsWhereWhereConditions!]
HAS: WebhookLogsWhereWhereConditionsRelation
}
Fields
WebhookLogsWhereWhereConditions.column
● WebhooksLogsWhereColumns
enum
The column that is used for the condition.
WebhookLogsWhereWhereConditions.operator
● SQLOperator
enum
The operator that is used for the condition.
WebhookLogsWhereWhereConditions.value
● Mixed
scalar
The value that is used for the condition.
WebhookLogsWhereWhereConditions.AND
● [WebhookLogsWhereWhereConditions!]
list input
A set of conditions that requires all conditions to match.