Skip to main content

CreateImageInput (Input)

Description

No description



Fields

NameDescription
contentType - String!The MIME type of the image
cropHeight - IntThe height of the crop
cropWidth - IntThe width of the crop
cropX - IntThe x coordinate of the crop
cropY - IntThe y coordinate of the crop
cropZoom - IntThe zoom of the crop
height - IntThe height of the image
name - StringThe name of the image
size - Float!The size of the image in bytes
width - IntThe 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
}