query page($id: ID) { page(id: $id) { data { id attributes { title slug block parent { data { id } } } } } }