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


