Gets paginated notebooks for a user across all workspaces. Use this resolver when you want to find notebooks by title or list notebooks in a workspace or project. Supports searching by title, filtering by workspace/project, search type (mine, shared, templates), and pagination.
first = 20
Optional number of notebooks to return
before
Optional cursor to return notebooks before a specific notebook
after
Optional cursor to return notebooks after a specific notebook
sortField = "modifiedAt"
Optional field to sort notebooks by
sortOrder = -1
Optional order to sort notebooks by
searchType
Optional notebook search type to restrict notebook results
workspaceId
Optional workspaceId to restrict notebook results
projectId
Optional projectId to restrict notebook results
archived
Optional archived flag to get archived notebook results
includedNotebookIds
Optional notebook ids to restrict notebook results
searchParams
Optional search parameters to find notebooks by title
Returns NotebookConnection .