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