OBJECT

UpdateDashboardViewMosaicLayoutPayload

Result of the updateDashboardViewMosaicLayout mutation.

link GraphQL Schema definition

1type UpdateDashboardViewMosaicLayoutPayload {
2
3# Represents an error when attempting to update a layout, if applicable.
4errorCode: UpdateDashboardViewMosaicLayoutErrorCode
5
6# The the layout that was updated.
7layout: ChannelDashboardLayout
8
9}