Browse Source

query node - input schema channel reward account

ondratra 4 years ago
parent
commit
d1493243d0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      query-node/schema.graphql

+ 3 - 0
query-node/schema.graphql

@@ -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")