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