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


