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