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