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