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