INPUT_OBJECT

CreatePanelImageUploadInfoInput

Information required to generate a URL to upload a panel image to.

link GraphQL Schema definition

1input CreatePanelImageUploadInfoInput {
4
2# The channel the panel belongs to.
3channelID: ID!
7
5# The cropped height of the image.
6height: Int!
10
8# The left edge of the cropped image.
9left: Int!
13
11# The top edge of the cropped image.
12top: Int!
16
14# The cropped width of the image.
15width: Int!
17}