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