Skip to main content

QueryContractsWhereWhereConditionsRelation

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

input QueryContractsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryContractsWhereWhereConditions
}

Fields

QueryContractsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryContractsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryContractsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

QueryContractsWhereWhereConditionsRelation.condition ● QueryContractsWhereWhereConditions input

Additional condition logic.

Member Of

QueryContractsWhereWhereConditions input