Skip to main content

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

Arguments

applications.after ● String scalar

applications.before ● String scalar

applications.first ● Int scalar

applications.last ● Int scalar

Type

ApplicationConnection object