ソースを参照

query node - input schema video contentId

ondratra 4 年 前
コミット
74d066d865
1 ファイル変更3 行追加0 行削除
  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"