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


