type ExampleEntity @entity { id: ID! count: BigInt! param1: String! # string param2: BigInt! # uint256 }