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