Skip to main content

QueryApprovalsWhereWhereConditionsRelation

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

input QueryApprovalsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryApprovalsWhereWhereConditions
}

Fields

QueryApprovalsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryApprovalsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryApprovalsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

QueryApprovalsWhereWhereConditionsRelation.condition ● QueryApprovalsWhereWhereConditions input

Additional condition logic.

Member Of

QueryApprovalsWhereWhereConditions input