Skip to main content

QueryProductGroupsWhereWhereConditionsRelation

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

input QueryProductGroupsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryProductGroupsWhereWhereConditions
}

Fields

QueryProductGroupsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryProductGroupsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryProductGroupsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

QueryProductGroupsWhereWhereConditionsRelation.condition ● QueryProductGroupsWhereWhereConditions input

Additional condition logic.

Member Of

QueryProductGroupsWhereWhereConditions input