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