From 24df9f332eb1d0c22aab407320b80e242f542aa6 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Mon, 26 Sep 2022 08:38:37 +0300 Subject: [PATCH] fix allocation (#544) * fix allocation --- schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.graphql b/schema.graphql index 2a00250..dfd3c93 100644 --- a/schema.graphql +++ b/schema.graphql @@ -474,7 +474,7 @@ type VeOCEAN @entity { delegates: [VeDelegation!] @derivedFrom(field: "receiver") deposits: [VeDeposit!] @derivedFrom(field: "veOcean") claims: [VeClaim!] @derivedFrom(field: "veOcean") - allocation: VeAllocateUser! @derivedFrom(field: "veOcean") + allocation: VeAllocateUser @derivedFrom(field: "veOcean") block: Int! }