Skip to content

Commit

Permalink
feat: add graph
Browse files Browse the repository at this point in the history
  • Loading branch information
bashybaranaba committed Jan 3, 2025
1 parent 377ba57 commit f20dcb3
Show file tree
Hide file tree
Showing 4 changed files with 3,145 additions and 110 deletions.
11 changes: 11 additions & 0 deletions graph/abraham/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ type ConvictionUpdated @entity(immutable: true) {
transactionHash: Bytes!
}

type Creation @entity {
id: ID!
creationId: BigInt!
metadataUri: String!
totalStaked: BigInt!
praisePool: BigInt!
conviction: BigInt!
createdAt: BigInt!
updatedAt: BigInt!
}

type CreationAdded @entity(immutable: true) {
id: Bytes!
creationId: BigInt! # uint256
Expand Down
Loading

0 comments on commit f20dcb3

Please sign in to comment.