Skip to main content

PropertyMembersWhereWhereConditionsRelation

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

input PropertyMembersWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: PropertyMembersWhereWhereConditions
}

Fields

PropertyMembersWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

PropertyMembersWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

PropertyMembersWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

PropertyMembersWhereWhereConditionsRelation.condition ● PropertyMembersWhereWhereConditions input

Additional condition logic.

Member Of

PropertyMembersWhereWhereConditions input