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