Explorar o código

vnft: introduce nft field into Video schema.graphql representation

iorveth %!s(int64=3) %!d(string=hai) anos
pai
achega
2d77510afd
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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