Prechádzať zdrojové kódy

query node - input schema minor name fix

ondratra 4 rokov pred
rodič
commit
b34b900a36
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      query-node/schema.graphql

+ 1 - 1
query-node/schema.graphql

@@ -137,7 +137,7 @@ type AssetDataObject @entity {
   addedAt: Block!
 
   "Content type id"
-  type_id: Int!
+  typeId: Int!
 
   "Content size in bytes"
   size: BigInt!