mirror of
https://github.com/tornadocash/landing-subgraph.git
synced 2025-02-14 13:10:31 +01:00
7 lines
119 B
GraphQL
7 lines
119 B
GraphQL
|
type ExampleEntity @entity {
|
||
|
id: ID!
|
||
|
count: BigInt!
|
||
|
commitment: Bytes! # bytes32
|
||
|
leafIndex: BigInt! # uint32
|
||
|
}
|