QueryIntranetBillingStatementsWhereWhereConditions
Dynamic WHERE conditions for the where argument of the query intranetBillingStatements.
input QueryIntranetBillingStatementsWhereWhereConditions {
column: IntranetBillingStatementSearchByColumns
operator: SQLOperator
value: Mixed
AND: [QueryIntranetBillingStatementsWhereWhereConditions!]
OR: [QueryIntranetBillingStatementsWhereWhereConditions!]
HAS: QueryIntranetBillingStatementsWhereWhereConditionsRelation
}
Fields
QueryIntranetBillingStatementsWhereWhereConditions.column ● IntranetBillingStatementSearchByColumns enum
The column that is used for the condition.
QueryIntranetBillingStatementsWhereWhereConditions.operator ● SQLOperator enum
The operator that is used for the condition.
QueryIntranetBillingStatementsWhereWhereConditions.value ● Mixed scalar
The value that is used for the condition.
QueryIntranetBillingStatementsWhereWhereConditions.AND ● [QueryIntranetBillingStatementsWhereWhereConditions!] list input
A set of conditions that requires all conditions to match.
QueryIntranetBillingStatementsWhereWhereConditions.OR ● [QueryIntranetBillingStatementsWhereWhereConditions!] list input
A set of conditions that requires at least one condition to match.
QueryIntranetBillingStatementsWhereWhereConditions.HAS ● QueryIntranetBillingStatementsWhereWhereConditionsRelation input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
intranetBillingStatements query ● QueryIntranetBillingStatementsWhereWhereConditions input ● QueryIntranetBillingStatementsWhereWhereConditionsRelation input


