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