OBJECT
UpdateDashboardViewMosaicLayoutPayload
Result of the updateDashboardViewMosaicLayout mutation.
link GraphQL Schema definition
1 type UpdateDashboardViewMosaicLayoutPayload { 2 3 # Represents an error when attempting to update a layout, if applicable. 4 : UpdateDashboardViewMosaicLayoutErrorCode 5 6 # The the layout that was updated. 7 : ChannelDashboardLayout 8 9 }