Magidoc

notebooks
Query

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.

Arguments

#

first = 20

Optional number of notebooks to return

last

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

[ ID !]

Optional notebook ids to restrict notebook results

searchParams

Optional search parameters to find notebooks by title

Response

#

Returns NotebookConnection .

Example

#

    
  

3

    
  

3

    
  

3