Skip to main content

QueryContactsWhereWhereConditionsRelation

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

input QueryContactsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryContactsWhereWhereConditions
}

Fields

QueryContactsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryContactsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryContactsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

QueryContactsWhereWhereConditionsRelation.condition ● QueryContactsWhereWhereConditions input

Additional condition logic.

Member Of

QueryContactsWhereWhereConditions input