OBJECT

BlogCategory

link GraphQL Schema definition

1type BlogCategory {
2
3label: String!
4
5slug: String!
6
7}

link Required by