Explorar el Código

query node - input schema for channel owner VI

ondratra hace 4 años
padre
commit
783212c998
Se han modificado 1 ficheros con 1 adiciones y 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 {