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