OBJECT

AdobeGallery

link GraphQL Schema definition

1type AdobeGallery {
2
3icon: String!
4
5id: Int!
6
7name: String!
8
9url: String!
10
11}