mirror of
https://github.com/dap-ps/graph.git
synced 2025-02-12 04:26:47 +00:00
7 lines
122 B
GraphQL
7 lines
122 B
GraphQL
type ExampleEntity @entity {
|
|
id: ID!
|
|
count: BigInt!
|
|
id: Bytes! # bytes32
|
|
newEffectiveBalance: BigInt! # uint256
|
|
}
|