OBJECT
type Comment {id: String! userId: String! userName: String! createdAt: DateTime! updatedAt: DateTime! text: String }