INPUT_OBJECT
CreatePanelImageUploadInfoInput
Information required to generate a URL to upload a panel image to.
link GraphQL Schema definition
1 input CreatePanelImageUploadInfoInput { 4 2 # The channel the panel belongs to. 3 : ID! 7 5 # The cropped height of the image. 6 : Int! 10 8 # The left edge of the cropped image. 9 : Int! 13 11 # The top edge of the cropped image. 12 : Int! 16 14 # The cropped width of the image. 15 : Int! 17 }