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