OBJECT
type UserAuditHistoryItem {id: ID! user: User! post: Post description: String action: String! createdAt: Time! }