瀏覽代碼

vnft: introduce nft field into Video schema.graphql representation

iorveth 3 年之前
父節點
當前提交
2d77510afd
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      query-node/schema.graphql

+ 3 - 0
query-node/schema.graphql

@@ -301,6 +301,9 @@ type Video @entity {
   "Flag signaling whether a video is censored."
   isCensored: Boolean!
 
+  "Video nft details"
+  nft: OwnedNFT!
+
   "Whether the Video contains explicit material."
   isExplicit: Boolean