mutation createPage($data: PageInput!) { createPage(data: $data) { data { id attributes { title path block public publishedAt } } } }