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