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