Explorar o código

query node - input schema for channel owner VI

ondratra %!s(int64=4) %!d(string=hai) anos
pai
achega
783212c998
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {