OBJECT
A FAQ category
type FaqCategory {# Idid: Int! # Category namename: String! # Number of questions in this categoryfaqsCount: Int! # Questions that belong to this categoryfaqs: [Faq!]! # Site that owns this categorysite: PublicSite }