From d5a12ff9af72d748588e90323667e494b71b43b4 Mon Sep 17 00:00:00 2001 From: Juan Manuel Rodriguez Defago Date: Thu, 13 Feb 2025 02:10:20 -0300 Subject: [PATCH] fix: schema --- schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.graphql b/schema.graphql index e9e1825..dadf5e5 100644 --- a/schema.graphql +++ b/schema.graphql @@ -246,7 +246,7 @@ type DataService @entity { "Total GRT currently in allocations for this DataService" totalTokensAllocated: BigInt! - provisions: [Provision!]! @derivedFrom(field: "service") + provisions: [Provision!]! @derivedFrom(field: "dataService") } """