Swap-Aggregator-Subgraph/node_modules/@graphprotocol/graph-cli/examples/basic-event-handlers/schema.graphql
2022-07-03 07:27:35 +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!
}