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