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