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