OBJECT

FormTranslation

link GraphQL Schema definition

  • type FormTranslation implements TranslationInterface {
  • id: Int!
  • # An ISO 639-1 valid locale, e.g.: fr, en, pt, ...
  • locale: String!
  • # Title
  • title: String
  • # Description
  • description: String
  • # Submit button label
  • submitButtonLabel: String
  • # Success message
  • successMessage: String
  • # Error message
  • errorMessage: String
  • }

link Require by