OBJECT

CreativeField

link GraphQL Schema definition

1type CreativeField {
2
3id: String!
4
5name: String!
6
7url: String!
8
9}