Skip to main content

QueryClientsWhereWhereConditionsRelation

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

input QueryClientsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryClientsWhereWhereConditions
}

Fields

QueryClientsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryClientsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryClientsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

QueryClientsWhereWhereConditionsRelation.condition ● QueryClientsWhereWhereConditions input

Additional condition logic.

Member Of

QueryClientsWhereWhereConditions input