Skip to main content
Version: Canary 🚧

PageTranslate

Creates/updates translations for a page.

Requires MANAGE_TRANSLATIONSpermission.
type PageTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
page: PageTranslatableContent
}

Fields

PageTranslate.translationErrors ● [TranslationError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

PageTranslate.errors ● [TranslationError!]! non-null object

PageTranslate.page ● PageTranslatableContent object

Returned by

pageTranslate mutation


Was this page helpful?