WebhookLogsWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where argument of the query logs.
input WebhookLogsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: WebhookLogsWhereWhereConditions
}
Fields
WebhookLogsWhereWhereConditionsRelation.relation ● String! non-null scalar
The relation that is checked.
WebhookLogsWhereWhereConditionsRelation.operator ● SQLOperator enum
The comparison operator to test against the amount.
WebhookLogsWhereWhereConditionsRelation.amount ● Int scalar
The amount to test.
WebhookLogsWhereWhereConditionsRelation.condition ● WebhookLogsWhereWhereConditions input
Additional condition logic.