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