OBJECT
CreateMultiviewContentAttributesPayload
Contains the results from the create request.
link GraphQL Schema definition
1 type CreateMultiviewContentAttributesPayload { 2 3 # Unprocessed content attributes. 4 : [MultiviewContentAttribute!]! 5 6 # Processed content attributes. 7 : [MultiviewContentAttribute!]! 8 9 }