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