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