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


