Skip to main content

Image

An Image object.

type Image {
destination: String
large: String
small: String
url: String! @deprecated
}

Fields

Image.destination ● String scalar

Where the image should link to.

Image.large ● String scalar

Large version of asset

Image.small ● String scalar

Small version of asset, usually used for mobile screens

Image.url ● String! deprecated non-null scalar

DEPRECATED: Use small and large fields instead

The image's url

Member of

Announcement object ● CollectionAsset object ● HeroCarousel object ● OrganizationImages object ● ReferralInfo object ● TeamPlayer object ● UserOnboardingAnnouncement object