applications
Returns a paginated list of applications.
applications(
after: String
before: String
first: Int
last: Int
): ApplicationConnection
Arguments
applications.after ● String scalar
Returns elements after this cursor for forward pagination.
applications.before ● String scalar
Returns elements before this cursor for backward pagination.
applications.first ● Int scalar
Maximum number of results to return (forward pagination).
applications.last ● Int scalar
Number of results from the end (backward pagination).