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