Преглед изворни кода

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