landing-subgraph/schema.graphql
2021-04-09 16:29:03 +10:00

7 lines
119 B
GraphQL

type ExampleEntity @entity {
id: ID!
count: BigInt!
commitment: Bytes! # bytes32
leafIndex: BigInt! # uint32
}