From 8f24884c4a06d2a36682ba978b94c2ec1501b2f7 Mon Sep 17 00:00:00 2001 From: Jeroen Offerijns Date: Tue, 11 Jun 2024 13:40:03 +0200 Subject: [PATCH] fix: missing schema value --- schema.graphql | 1 + 1 file changed, 1 insertion(+) 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 {