Image (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| 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
}