Skip to main content

QueryPriceListsWhereWhereConditionsRelation

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

input QueryPriceListsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryPriceListsWhereWhereConditions
}

Fields

QueryPriceListsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryPriceListsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryPriceListsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

QueryPriceListsWhereWhereConditionsRelation.condition ● QueryPriceListsWhereWhereConditions input

Additional condition logic.

Member Of

QueryPriceListsWhereWhereConditions input