OBJECT

CreativeCategory

link GraphQL Schema definition

1type CreativeCategory {
2
3id: Int!
4
5name: String!
6
7}