INPUT_OBJECT

TranslationInput

The YAML path and param values for a given translation.

link GraphQL Schema definition

  • input TranslationInput {
  • # Full path to the requested translation
  • #
  • # (e.g. "root_key.branch_1.branch_t.translation"
  • translationKeyPath: String!
  • # Key-Value pairs to pass named parameters to translations when relevant.
  • translationParams: [KeyValueInput!]
  • }