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