Add a new translated page to an existing page with GraphQL

Found the answer myself… (RTFM :slight_smile: )

use the Localization

mutation {
createBlogLocalization(
id:
locale: “es”
data: {

}