OBJECT
UpdateMultiviewContentAttributesPayload
Contains the server response payload.
link GraphQL Schema definition
1 type UpdateMultiviewContentAttributesPayload { 2 3 # Unprocssed content attribute updates. 4 : [MultiviewContentAttribute!]! 5 6 # Processed content attribute updates. 7 : [MultiviewContentAttribute!]! 8 9 }