OBJECT

FaqTranslation

link GraphQL Schema definition

  • type FaqTranslation implements TranslationInterface {
  • id: Int!
  • # An ISO 639-1 valid locale, e.g.: fr, en, pt, ...
  • locale: String!
  • # Translation of attribute « question »
  • question: String
  • # Translation of attribute « answer »
  • answer: String
  • }