applications
applications(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: ApplicationOrder
where: ApplicationWhereInput
): ApplicationConnection!
Arguments
applications.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
applications.first ● Int scalar
Returns the first n elements from the list.
applications.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
applications.last ● Int scalar
Returns the last n elements from the list.
applications.orderBy ● ApplicationOrder input
Ordering options for Applications returned from the connection.
applications.where ● ApplicationWhereInput input
Filtering options for Applications returned from the connection.
Type
ApplicationConnection object
A connection to a list of items.