OBJECT

CreateMultiviewContentAttributesPayload

Contains the results from the create request.

link GraphQL Schema definition

1type CreateMultiviewContentAttributesPayload {
2
3# Unprocessed content attributes.
4failedCreates: [MultiviewContentAttribute!]!
5
6# Processed content attributes.
7succeededCreates: [MultiviewContentAttribute!]!
8
9}