ProjectStructuresWhereWhereConditions
Dynamic WHERE conditions for the where argument of the query structures.
input ProjectStructuresWhereWhereConditions {
column: StructuresWhereColumns
operator: SQLOperator
value: Mixed
AND: [ProjectStructuresWhereWhereConditions!]
OR: [ProjectStructuresWhereWhereConditions!]
HAS: ProjectStructuresWhereWhereConditionsRelation
}
Fields
ProjectStructuresWhereWhereConditions.column ● StructuresWhereColumns enum
The column that is used for the condition.
ProjectStructuresWhereWhereConditions.operator ● SQLOperator enum
The operator that is used for the condition.
ProjectStructuresWhereWhereConditions.value ● Mixed scalar
The value that is used for the condition.
ProjectStructuresWhereWhereConditions.AND ● [ProjectStructuresWhereWhereConditions!] list input
A set of conditions that requires all conditions to match.
ProjectStructuresWhereWhereConditions.OR ● [ProjectStructuresWhereWhereConditions!] list input
A set of conditions that requires at least one condition to match.
ProjectStructuresWhereWhereConditions.HAS ● ProjectStructuresWhereWhereConditionsRelation input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
ProjectStructuresWhereWhereConditions input ● ProjectStructuresWhereWhereConditionsRelation input