QueryInvoicesHasCreatorWhereHasConditionsRelation
Dynamic HAS conditions for WHERE conditions for the hasCreator
argument of the query invoices
.
input QueryInvoicesHasCreatorWhereHasConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryInvoicesHasCreatorWhereHasConditions
}
Fields
QueryInvoicesHasCreatorWhereHasConditionsRelation.relation
● String!
non-null scalar
The relation that is checked.
QueryInvoicesHasCreatorWhereHasConditionsRelation.operator
● SQLOperator
enum
The comparison operator to test against the amount.
QueryInvoicesHasCreatorWhereHasConditionsRelation.amount
● Int
scalar
The amount to test.
QueryInvoicesHasCreatorWhereHasConditionsRelation.condition
● QueryInvoicesHasCreatorWhereHasConditions
input
Additional condition logic.