Browse Source

query node - input schema AssetStorage II

ondratra 4 years ago
parent
commit
e8511a06bd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      query-node/schema.graphql

+ 2 - 0
query-node/schema.graphql

@@ -98,6 +98,8 @@ type AssetUploadStatus @variant {
   If this is deleted, then set to null.
   """
   oldDataObject: AssetDataObject
+
+  happenedIn: Block!
 }
 
 union AssetStorageUploadStatus = AssetNeverProvided | AssetDeleted | AssetUploadStatus