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