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