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