ContentCreate
Result of content create mutation.
type ContentCreate {
shopErrors: [ShopError!]!
content: Content
}
Fields
ContentCreate.shopErrors ● [ShopError!]! non-null object
List of errors that occurred executing the mutation.
ContentCreate.content ● Content object
The content.
Returned By
contentCreate mutation