mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-02-04 01:02:50 +00:00
7 lines
113 B
GraphQL
7 lines
113 B
GraphQL
|
type ExampleEntity @entity {
|
||
|
id: ID!
|
||
|
count: BigInt!
|
||
|
param1: String! # string
|
||
|
param2: BigInt! # uint256
|
||
|
}
|