OBJECT

BlogFeaturedCreativeEdge

link GraphQL Schema definition

1type BlogFeaturedCreativeEdge {
2
3cursor: String!
4
5node: BlogFeaturedCreative!
6
7}