OBJECT

ImageRendition

link GraphQL Schema definition

1type ImageRendition {
2
3height: Int
4
5url: String
6
7width: Int
8
9}