Skip to main content

QueryContractsHasPriceListWhereHasConditionsRelation

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

input QueryContractsHasPriceListWhereHasConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryContractsHasPriceListWhereHasConditions
}

Fields

QueryContractsHasPriceListWhereHasConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryContractsHasPriceListWhereHasConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryContractsHasPriceListWhereHasConditionsRelation.amount ● Int scalar

The amount to test.

QueryContractsHasPriceListWhereHasConditionsRelation.condition ● QueryContractsHasPriceListWhereHasConditions input

Additional condition logic.

Member Of

QueryContractsHasPriceListWhereHasConditions input