Explorar el Código

query node - input schema minor name fix

ondratra hace 4 años
padre
commit
b34b900a36
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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!