applications
Retrieve a list of applications.
- after: returns the applications in the list that come after the specified cursor
- before: returns the applications in the list that come before the specified cursor
- first: returns the first _n_ applications from the list
- last: returns the last _n_ applications from the list
applications(
after: String
before: String
first: Int
last: Int
): ApplicationConnection