diff --git a/schema.graphql b/schema.graphql index 72f86a9f..7a285a95 100644 --- a/schema.graphql +++ b/schema.graphql @@ -485,6 +485,7 @@ type AssetSnapshot @entity { unrealizedProfitAtMarketPrice: BigInt unrealizedProfitAtNotional: BigInt + unrealizedProfitByPeriod: BigInt } type AssetPosition @entity {