PageTranslate
Creates/updates translations for a page.
type PageTranslate {
translationErrors: [TranslationError!]! @deprecated
errors: [TranslationError!]!
page: PageTranslatableContent
}
Fields
PageTranslate.translationErrors ● [TranslationError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
PageTranslate.errors ● [TranslationError!]! non-null object
PageTranslate.page ● PageTranslatableContent object
Returned by
pageTranslate mutation
Was this page helpful?