@@ -210,6 +210,9 @@ type Channel @entity {
categories: [ChannelCategory!]
+ "Reward account where revenue is sent if set."
+ rewardAccount: String
+
"The title of the Channel"
title: String @fulltext(query: "search")