Skip to content

Commit

Permalink
feat: schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ratik committed May 31, 2024
1 parent 411ccb7 commit 2caa677
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,11 @@ type UserBalance @entity {
chainId: String!, @index
lastDate: Date!
lastHeight: BigInt! @index
}

type UserBond @entity{
id: ID!
ref: String!,
height: BigInt!,
date: Date!
}

0 comments on commit 2caa677

Please sign in to comment.