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