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


