OBJECT

ProductViewAttachment

link GraphQL Schema definition

1type ProductViewAttachment {
2
3attachmentAssetID: Int!
9
4attachmentAssetPath: String
9
5catentryId: String!
9
6identifier: String!
9
7mimeType: String
9
8usage: String!
10
11}