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