OBJECT

CreateDashboardViewMosaicLayoutPayload

Result of the createDashboardViewMosaicLayout mutation.

link GraphQL Schema definition

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