Skip to main content

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.

WebhookLogsWhereWhereConditions.OR ● [WebhookLogsWhereWhereConditions!] list input

A set of conditions that requires at least one condition to match.

WebhookLogsWhereWhereConditions.HAS ● WebhookLogsWhereWhereConditionsRelation input

Check whether a relation exists. Extra conditions or a minimum amount can be applied.

Member Of

WebhookLogsWhereWhereConditions input ● WebhookLogsWhereWhereConditionsRelation input