OBJECT

UpdateOwnerChanletAttributesPayload

UpdateOwnerChanletAttributesPayload returns the new chanlet that was created.

link GraphQL Schema definition

1type UpdateOwnerChanletAttributesPayload {
2
3# Resulted OwnerChanletAttributes from the update. This is expected to match the
4# input.
5ownerChanletAttributes: OwnerChanletAttributes
6
7}