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