Skip to content

Commit

Permalink
fix(subgraph): make result attribute in oracle entity optional (#449)
Browse files Browse the repository at this point in the history
Co-authored-by: luzzifoss <fedeluzzi00@gmail.com>
  • Loading branch information
luzzif and luzzifoss authored Oct 23, 2023
1 parent 6bf1e93 commit 30549a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/proud-bugs-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@carrot-kpi/subgraph": patch
---

Make result attribute in oracle entity optional
2 changes: 1 addition & 1 deletion packages/subgraph/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ type Oracle @entity {
kpiToken: KPIToken!
template: OracleTemplate!
finalized: Boolean!
result: BigInt!
result: BigInt
}

0 comments on commit 30549a2

Please sign in to comment.