Skip to content

Commit

Permalink
feat: include pool Entity in Position
Browse files Browse the repository at this point in the history
  • Loading branch information
imbaniac committed Nov 9, 2023
1 parent 143c5e2 commit 35c0fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ type Position @entity {
tokenId: BigInt # tokenId
indexes: [PositionLend!]! # list of PositionLends which constitute a position
owner: Bytes! # address of the position owner
pool: Bytes! # address of the pool that the position is associated with
pool: Pool! # pool that the position is associated with
token: Token! # pointer to LPToken entity
tokenURI: String! # tokenURI of the positionNFT
}
Expand Down

0 comments on commit 35c0fe7

Please sign in to comment.