mirror of
https://github.com/tornadocash/landing-subgraph.git
synced 2025-01-15 15:38:55 +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
|
||
|
}
|