Skip to main content

ContactMembersWhereWhereConditionsRelation

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

input ContactMembersWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ContactMembersWhereWhereConditions
}

Fields

ContactMembersWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ContactMembersWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ContactMembersWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ContactMembersWhereWhereConditionsRelation.condition ● ContactMembersWhereWhereConditions input

Additional condition logic.

Member Of

ContactMembersWhereWhereConditions input