Skip to main content

QueryNumberingSetsWhereWhereConditionsRelation

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

input QueryNumberingSetsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryNumberingSetsWhereWhereConditions
}

Fields

QueryNumberingSetsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryNumberingSetsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryNumberingSetsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

QueryNumberingSetsWhereWhereConditionsRelation.condition ● QueryNumberingSetsWhereWhereConditions input

Additional condition logic.

Member Of

QueryNumberingSetsWhereWhereConditions input