landing-subgraph/schema.graphql

7 lines
119 B
GraphQL
Raw Normal View History

2021-04-09 08:29:03 +02:00
type ExampleEntity @entity {
id: ID!
count: BigInt!
commitment: Bytes! # bytes32
leafIndex: BigInt! # uint32
}