Admin GraphQL API2024-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
page
orpages
queries.
Articles:
- You can now create new articles using
, modify existing articles using
, and delete articles using
.
- Articles can be queried using the new
article
orarticles
queries.
Blogs:
- You can now create new blogs using
, modify existing blogs using
, and delete blogs using
.
- Blogs can be queried using the new
blog
orblogs
queries.
Comments:
Was this section helpful?