OauthAppPaginator
A paginated list of OauthApp items.
type OauthAppPaginator {
data: [OauthApp!]!
paginatorInfo: PaginatorInfo!
}
Fields
OauthAppPaginator.data ● [OauthApp!]! non-null object
A list of OauthApp items.
OauthAppPaginator.paginatorInfo ● PaginatorInfo! non-null object
Pagination information about the list of items.
Returned By
oauthApps query


