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