INPUT_OBJECT

DeleteMultiviewContentAttributesInput

Contains a list of IDs of content attributes that are to be deleted.

link GraphQL Schema definition

1input DeleteMultiviewContentAttributesInput {
4
2# A list of content attribute IDs.
3IDs: [ID!]!
5}