Parcourir la source

query node - input schema minor name fix

ondratra il y a 4 ans
Parent
commit
b34b900a36
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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!