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