OBJECT

Faq

A FAQ question/answer

link GraphQL Schema definition

  • type Faq {
  • # Id
  • id: Int!
  • # Whether the question is displayed on the front
  • enabled: Boolean!
  • # Display order within the category
  • displayOrder: Int
  • # Translations
  • translations: [FaqTranslation!]!
  • # Site that owns this question
  • site: PublicSite
  • }