Skip to main content

SpecificationMembersWhereWhereConditionsRelation

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

input SpecificationMembersWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: SpecificationMembersWhereWhereConditions
}

Fields

SpecificationMembersWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

SpecificationMembersWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

SpecificationMembersWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

SpecificationMembersWhereWhereConditionsRelation.condition ● SpecificationMembersWhereWhereConditions input

Additional condition logic.

Member Of

SpecificationMembersWhereWhereConditions input