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