OBJECT

BlogCreativeCategory

link GraphQL Schema definition

1type BlogCreativeCategory {
2
3name: String!
4
5url: String!
6
7}