OBJECT

StuccoImageSet

Image set of different sizes of the stucco.

link GraphQL Schema definition

1type StuccoImageSet {
2
3# Image url of the 92x28px stucco ("1x") image asset.
4image1xURL: String!
5
6# Image url of the 182x56px stucco ("2x") image asset.
7image2xURL: String!
8
9# Image url of the 368x112px stucco ("4x") image asset.
10image4xURL: String!
11
12}