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