Browse Source

query-node: rename Channel.title->Channel.handle

metmirr 4 years ago
parent
commit
cc05eeaa63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      query-node/schema.graphql

+ 1 - 1
query-node/schema.graphql

@@ -84,7 +84,7 @@ type Channel @entity {
   # owner: Member!
 
   "The title of the Channel"
-  title: String! @fulltext(query: "titles")
+  handle: String! @fulltext(query: "titles")
 
   "The description of a Channel"
   description: String!