Skip to main content

Image (Object)

Description

No description



Fields

NameDescription
cropHeight - Int
cropWidth - Int
cropX - Int!
cropY - Int!
cropZoom - Float!
dominantColorHex - String
downloadUrl - String!
dpi - Float
height - Float
id - ID!
name - String
status - MediaStatus
url - String!
urls - MediaUrls
width - Float

type Image {
cropHeight: Int
cropWidth: Int
cropX: Int!
cropY: Int!
cropZoom: Float!
dominantColorHex: String
downloadUrl: String!
dpi: Float
height: Float
id: ID!
name: String
status: MediaStatus
url: String!
urls: MediaUrls
width: Float
}