INPUT_OBJECT

CreateMultiviewContentAttributeImageUploadConfigInput

Contains the channel ID to create new image upload URL for.

link GraphQL Schema definition

1input CreateMultiviewContentAttributeImageUploadConfigInput {
4
2# The channel for which the content attribute belongs to.
3channelID: ID!
5}