Skip to main content

Image Object

Represents an image.

type Image {
url: String!
alt: String
}

Fields

Image.url ● String! non-null scalar miscellaneous

The URL of the image.

Image.alt ● String scalar miscellaneous

Alt text for an image.

Member Of

Category object ● Collection object ● OrderLine object ● Product object ● User object