ソースを参照

query node - input schema for channel owner VI

ondratra 4 年 前
コミット
783212c998
1 ファイル変更1 行追加1 行削除
  1. 1 1
      query-node/schema.graphql

+ 1 - 1
query-node/schema.graphql

@@ -248,7 +248,7 @@ type CuratorGroup @entity {
   "Is group active or not"
   isActive: Boolean!
 
-  videos: [Video!] @derivedFrom(field: "ownerCuratorGroup")
+  channels: [Channel!] @derivedFrom(field: "ownerCuratorGroup")
 }
 
 type VideoCategory @entity {