Skip to main content

SpotlightSuggestions

Curated resources for the Spotlight empty state: resources popular across the workspace, and the current user's recently opened library resources.

type SpotlightSuggestions {
popular: [LibraryResource!]!
recentlyOpened: [LibraryResource!]!
}

Fields

Workspace resources with at least one use, most-used first.

SpotlightSuggestions.recentlyOpened ● [LibraryResource!]! non-null object

The current user's most-recently opened resources, newest first. Read from event_last_activity, so a just-opened resource can take ~30s to appear.

Returned By

librarySpotlightSuggestions query