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


