QueryCompaniesHasTagsWhereHasConditions
Dynamic WHERE conditions for the hasTags
argument of the query companies
.
input QueryCompaniesHasTagsWhereHasConditions {
column: QueryCompaniesHasTagsColumn
operator: SQLOperator
value: Mixed
AND: [QueryCompaniesHasTagsWhereHasConditions!]
OR: [QueryCompaniesHasTagsWhereHasConditions!]
HAS: QueryCompaniesHasTagsWhereHasConditionsRelation
}
Fields
QueryCompaniesHasTagsWhereHasConditions.column
● QueryCompaniesHasTagsColumn
enum
The column that is used for the condition.
QueryCompaniesHasTagsWhereHasConditions.operator
● SQLOperator
enum
The operator that is used for the condition.
QueryCompaniesHasTagsWhereHasConditions.value
● Mixed
scalar
The value that is used for the condition.
QueryCompaniesHasTagsWhereHasConditions.AND
● [QueryCompaniesHasTagsWhereHasConditions!]
list input
A set of conditions that requires all conditions to match.
QueryCompaniesHasTagsWhereHasConditions.OR
● [QueryCompaniesHasTagsWhereHasConditions!]
list input
A set of conditions that requires at least one condition to match.
QueryCompaniesHasTagsWhereHasConditions.HAS
● QueryCompaniesHasTagsWhereHasConditionsRelation
input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
companies
query ● QueryCompaniesHasTagsWhereHasConditions
input ● QueryCompaniesHasTagsWhereHasConditionsRelation
input