소스 검색

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!