1
0
mirror of https://github.com/dap-ps/graph.git synced 2025-02-12 04:26:47 +00:00
graph/schema.graphql
2020-02-14 13:05:08 +02:00

7 lines
122 B
GraphQL

type ExampleEntity @entity {
id: ID!
count: BigInt!
id: Bytes! # bytes32
newEffectiveBalance: BigInt! # uint256
}