query page($id: ID) { page(id: $id) { data { id attributes { title path block public publishedAt } } } }