Code-Society-Lab / cursif-web

React client for Cursif
2 stars 5 forks source link

Pages Dashboard #27

Open chrisdedman opened 8 months ago

chrisdedman commented 8 months ago

Add a page where a user can see all their pages and select or interact with them.

To do

Additional information Fetch all pages

query Notebooks {
    notebooks {
        pages {
            id
            title
            author {
                 id
                 firstName
                 lastName
                 username
            }
        }
    }
}

Link to page /notebooks/notebook_id/page_id