Skip to content

Commit d5a12ff

Browse files
committed
fix: schema
1 parent 6ce272c commit d5a12ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ type DataService @entity {
246246
"Total GRT currently in allocations for this DataService"
247247
totalTokensAllocated: BigInt!
248248

249-
provisions: [Provision!]! @derivedFrom(field: "service")
249+
provisions: [Provision!]! @derivedFrom(field: "dataService")
250250
}
251251

252252
"""

0 commit comments

Comments
 (0)