ContentCreate
Creates a new content object.
type ContentCreate {
content: Content
shopErrors: [ShopError!]!
}
Fields
ContentCreate.content ● Content object
Created content instance.
ContentCreate.shopErrors ● [ShopError!]! non-null object
Returned By
contentCreate mutation