Преглед на файлове

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 {