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