ContentPageDataUpdate
Result of content page data update mutation.
type ContentPageDataUpdate {
shopErrors: [ShopError!]!
contentPageData: ContentPageData
}
Fields
ContentPageDataUpdate.shopErrors ● [ShopError!]! non-null object
List of errors that occurred executing the mutation.
ContentPageDataUpdate.contentPageData ● ContentPageData object
The content page data.
Returned By
contentPageDataUpdate mutation