Tags:
- Admin GraphQL API
- 2024-10
Admin GraphQL API: new APIs for Pages, Articles, Blogs, and Comments now available in 2024-10
As of version 2024-10 of the Admin GraphQL API, you can now read and modify Pages, Articles, Blogs, Comments. Page, Article, and Blog types have replaced the , , and types in the API.
Pages:
- You can now create new pages using
, modify existing pages using, and delete pages using. - Pages can be queried using the new
pageorpagesqueries.
Articles:
- You can now create new articles using
, modify existing articles using, and delete articles using. - Articles can be queried using the new
articleorarticlesqueries.
Blogs:
- You can now create new blogs using
, modify existing blogs using, and delete blogs using. - Blogs can be queried using the new
blogorblogsqueries.
Comments:
Was this section helpful?