Swap-Aggregator-Subgraph/node_modules/@graphprotocol/graph-cli/examples/basic-event-handlers/schema.graphql
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

14 lines
201 B
GraphQL

type NewGravatar @entity {
id: ID!
owner: Bytes!
displayName: String!
imageUrl: String!
}
type UpdatedGravatar @entity {
id: ID!
owner: Bytes!
displayName: String!
imageUrl: String!
}