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