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