mutation createPage($data: PageInput!) { createPage(data: $data) { data { id attributes { title slug block parent { data { id } } } } } }