OBJECT
OAuthAppConnection
A list of applications.
link GraphQL Schema definition
1 type OAuthAppConnection { 2 3 # The applications. 4 : [OAuthAppEdge!]! 5 6 # Pagination. 7 : PageInfo! 8 9 }
OBJECT
A list of applications.
1 type OAuthAppConnection { 2 3 # The applications. 4 : [OAuthAppEdge!]! 5 6 # Pagination. 7 : PageInfo! 8 9 }