oauthApps
No description
oauthApps(
orderBy: [QueryOauthAppsOrderByOrderByClause!]
where: QueryOauthAppsWhereWhereConditions
first: Int!
page: Int
): OauthAppPaginator!
Arguments
oauthApps.orderBy ● [QueryOauthAppsOrderByOrderByClause!] list input
oauthApps.where ● QueryOauthAppsWhereWhereConditions input
oauthApps.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
oauthApps.page ● Int scalar
The offset from which items are returned.
Type
OauthAppPaginator object
A paginated list of OauthApp items.


