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