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