CreateImageInput (Input)
Description
No description
Fields
Name | Description |
---|---|
contentType - String! | |
cropHeight - Int | |
cropWidth - Int | |
cropX - Int | |
cropY - Int | |
cropZoom - Float | |
height - Int | |
name - String | |
size - Float! | |
width - Int |
input CreateImageInput {
contentType: String!
cropHeight: Int
cropWidth: Int
cropX: Int
cropY: Int
cropZoom: Float
height: Int
name: String
size: Float!
width: Int
}