Skip to main content

folders

getting a list of folders. this is used if you are not loading particular folders and rather everything with certain criteria. Used in the app for the folder list and the search.

folders(
after: String
first: Int
filter: FolderFilterInput
sortAfter: FolderSortAfter
sortDirection: SortDirection = ASC
): RootFoldersConnection

Arguments

folders.after ● String scalar

Returns the items in the list that come after the specified cursor.

folders.first ● Int scalar

Returns the first n items from the list.

folders.filter ● FolderFilterInput input

folders.sortAfter ● FolderSortAfter enum

folders.sortDirection ● SortDirection enum

Type

RootFoldersConnection object

A connection to a list of items.