ItemImageInput Input
Description
Input fields for item images, including dimensions and alternative image references.
Declaration
input ItemImageInput {
uri: String
width: Float
height: Float
alternative: ItemImageInput
}
Fields
| Name | Type | Description |
|---|---|---|
uri | String | URI or URL of the image. |
width | Float | Width of the image in pixels. |
height | Float | Height of the image in pixels. |
alternative | ItemImageInput | Alternative image variant, typically used for different sizes or formats. |