CreateImageInput (Input)
Description
No description
Fields
Name | Description |
---|---|
contentType - String! | The MIME type of the image |
cropHeight - Int | The height of the crop |
cropWidth - Int | The width of the crop |
cropX - Int | The x coordinate of the crop |
cropY - Int | The y coordinate of the crop |
cropZoom - Int | The zoom of the crop |
height - Int | The height of the image |
name - String | The name of the image |
size - Float! | The size of the image in bytes |
width - Int | The width of the image |
input CreateImageInput {
contentType: String!
cropHeight: Int
cropWidth: Int
cropX: Int
cropY: Int
cropZoom: Int
height: Int
name: String
size: Float!
width: Int
}