Explorar el Código

query node - input schema video contentId

ondratra hace 4 años
padre
commit
74d066d865
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      query-node/schema.graphql

+ 3 - 0
query-node/schema.graphql

@@ -150,6 +150,9 @@ type AssetDataObject @entity {
 
   "IPFS content id"
   ipfsContentId: String!
+
+  "Joystream runtime content"
+  joystreamContentId: String!
 }
 
 "Owner type for storage object"