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