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


