Skip to main content

ContractTagsWhereWhereConditionsRelation

Dynamic HAS conditions for WHERE conditions for the where argument of the query tags.

input ContractTagsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ContractTagsWhereWhereConditions
}

Fields

ContractTagsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ContractTagsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ContractTagsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ContractTagsWhereWhereConditionsRelation.condition ● ContractTagsWhereWhereConditions input

Additional condition logic.

Member Of

ContractTagsWhereWhereConditions input