INPUT_OBJECT

CreateMultiviewContentAttributesInput

Contains a list of new content attributes to be created.

link GraphQL Schema definition

1input CreateMultiviewContentAttributesInput {
5
2# params is a list of multi-view content attribute params for creating new
3# records.
4params: [MultiviewContentAttributeParams!]!
6}