OBJECT

OAuthAppConnection

A list of applications.

link GraphQL Schema definition

1type OAuthAppConnection {
2
3# The applications.
4edges: [OAuthAppEdge!]!
5
6# Pagination.
7pageInfo: PageInfo!
8
9}