OBJECT

BlogFeaturedCreative

link GraphQL Schema definition

1type BlogFeaturedCreative {
2
3avatarId: String!
4
5creativeCategories: [BlogCreativeCategory!]
6
7name: String!
8
9summary: String!
10
11url: String!
12
13}