v3-subgraph icon indicating copy to clipboard operation
v3-subgraph copied to clipboard

missing field values in Position Entity in schema.graphql

Open HamzaBhatti125 opened this issue 3 years ago • 0 comments

These two fields of Position entity are missing in the schema.graphql file of main branch. However, it is used in position-manager.ts file

Please include these two entities there in main branch

all time collected token0 (withdrawnToken0 + collectedFeesToken0)

collectedToken0: BigDecimal!

all time collected token1 (withdrawnToken1 + collectedFeesToken1)

collectedToken1: BigDecimal!

HamzaBhatti125 avatar Feb 25 '22 11:02 HamzaBhatti125