Skip to content

fix: update quickStartTemplate call in seed script to remove 'reset' …

b5b35ab
Select commit
Loading
Failed to load commit list.
Open

feat: translate quick start #8875

fix: update quickStartTemplate call in seed script to remove 'reset' …
b5b35ab
Select commit
Loading
Failed to load commit list.
GraphQL Hive / GraphQL Hive > schema:check > Core > prd > api-journeys-modern succeeded Apr 2, 2026 in 1s

No breaking changes

Found 9 changes

Safe: 9

Safe changes

  • Type JourneyCustomizationDescriptionTranslateInput was added
  • Input field userLanguageId of type ID was added to input object type JourneyAiTranslateInput
  • Input field userLanguageName of type String was added to input object type JourneyAiTranslateInput
  • Input field JourneyAiTranslateInput.journeyId has description The ID of the journey to translate
  • Input field JourneyAiTranslateInput.journeyLanguageName has description The source language name of the journey content
  • Input field JourneyAiTranslateInput.name has description The journey name to translate
  • Input field JourneyAiTranslateInput.textLanguageId has description The target language ID for journey content (blocks, title, description)
  • Input field JourneyAiTranslateInput.textLanguageName has description The target language name for journey content (blocks, title, description)
  • Field journeyCustomizationDescriptionTranslate was added to object type Mutation