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