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


