浏览代码

query node - input schema minor name fix

ondratra 4 年之前
父节点
当前提交
b34b900a36
共有 1 个文件被更改,包括 1 次插入1 次删除
  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!