ENUM

BlogPostType

link GraphQL Schema definition

1enum BlogPostType {
2
3BLOG_POST
4
5LANDING_PAGE
6}

link Required by