Skip to content

Commit

Permalink
fix: schema
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmardefago committed Feb 13, 2025
1 parent 6ce272c commit d5a12ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

"""
Expand Down

0 comments on commit d5a12ff

Please sign in to comment.