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