folders
Lists all folders that are accessible to the authenticated agent. Each folder can be associated with one or more mailboxes.
folders(
after: String
before: String
filter: FolderFilter
first: Int
last: Int
orderBy: FolderOrder
): FolderConnection
Arguments
folders.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
folders.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
folders.filter ● FolderFilter input common
The fields by which to filter the results.
folders.first ● Int scalar common
Returns the first n elements from the list.
folders.last ● Int scalar common
Returns the last n elements from the list.
folders.orderBy ● FolderOrder input common
The field and direction by which to order the results.
Type
FolderConnection object common
The connection type for Folder.