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