INPUT_OBJECT

UpdateChanletContentAttributesInput

Mutation input for updating chanlet content attributes.

link GraphQL Schema definition

1input UpdateChanletContentAttributesInput {
4
2# Identifier of the chanlet.
3chanletID: ID!
8
5# A list of multi-view content attribute IDs.
6# The provided list will override the list of IDs currently stored.
7contentAttributeIDs: [ID!]
9}