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