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