Selaa lähdekoodia

query node - input schema video contentId

ondratra 4 vuotta sitten
vanhempi
commit
74d066d865
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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"