OBJECT
type HelpArticleModel {collection: HelpArticleTypes contentRich: String contentText: String createdAt: LocalDateTime createdBy: String description: String id: Long lang: String orderNumber: Long published: Boolean ratingNegative: Long ratingPositive: Long section: String tags: [String] title: String updatedAt: LocalDateTime updatedBy: String }