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