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