CollectionTranslate Object
Creates/updates translations for a collection.
type CollectionTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
collection: Collection
}
Fields
errors ● [TranslationError!]!
collection ● Collection
Show deprecatedHide deprecated
translationErrors ● [TranslationError!]!
DEPRECATED
Use errors field instead.
Returned By
collectionTranslate mutation