소스 검색

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