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