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