QueryListsWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where argument of the query lists.
input QueryListsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryListsWhereWhereConditions
}
Fields
QueryListsWhereWhereConditionsRelation.relation ● String! non-null scalar
The relation that is checked.
QueryListsWhereWhereConditionsRelation.operator ● SQLOperator enum
The comparison operator to test against the amount.
QueryListsWhereWhereConditionsRelation.amount ● Int scalar
The amount to test.
QueryListsWhereWhereConditionsRelation.condition ● QueryListsWhereWhereConditions input
Additional condition logic.


