INPUT_OBJECT

UpdateMultiviewContentAttributesInput

Contains a list of multi-view content attributes to be updated.

link GraphQL Schema definition

1input UpdateMultiviewContentAttributesInput {
4
2# List of multi-view content attributes to be updated.
3params: [MultiviewContentAttributeParams!]!
5}