- Add full CRUD GraphQL operations for Pages, Articles, Blogs, and Comments.
- Replace OnlineStorePage, OnlineStoreArticle, and OnlineStoreBlog types with new Page, Article, and Blog types, breaking existing schemas.
- Introduce new queries (page(s), article(s), blog(s), comment(s)) and mutation fields (create, update, delete, approve, spam handling).