Skip to content

Commit

Permalink
fix: Correct reversion in CarbonCredit schema
Browse files Browse the repository at this point in the history
  • Loading branch information
cujowolf committed Aug 10, 2023
1 parent 8c9ba7c commit 1681067
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions polygon-digital-carbon/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ type CarbonCredit @entity {
"All retirement events for this credit"
retires: [Retire!]! @derivedFrom(field: "credit")

"Current pool balances for this credit"
poolBalances: [CarbonPoolCreditBalance!]! @derivedFrom(field: "credit")

"Total provenance records for this credit"
provenanceCount: Int!

Expand Down

0 comments on commit 1681067

Please sign in to comment.