QueryIntranetBillingStatementsWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where argument of the query intranetBillingStatements.
input QueryIntranetBillingStatementsWhereWhereConditionsRelation {
amount: Int
condition: QueryIntranetBillingStatementsWhereWhereConditionsHasCondition
operator: SQLOperator
relation: String!
}
Fields
QueryIntranetBillingStatementsWhereWhereConditionsRelation.amount ● Int scalar
The amount to test.
QueryIntranetBillingStatementsWhereWhereConditionsRelation.condition ● QueryIntranetBillingStatementsWhereWhereConditionsHasCondition 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.
Member Of
QueryIntranetBillingStatementsWhereWhereConditions input ● QueryIntranetBillingStatementsWhereWhereConditionsHasCondition input


