Skip to content

Commit f6079a6

Browse files
authored
Fix missing Graft type for substreams based subgraph (#1879)
* Fix missing Graft type
1 parent 68b12b5 commit f6079a6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.changeset/purple-kids-talk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphprotocol/graph-cli': patch
3+
---
4+
5+
fix bug with missing Graft type in SpS manifest definition

packages/cli/src/protocols/substreams/manifest.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ type Schema {
2424
file: File!
2525
}
2626

27+
type Graft {
28+
base: String!
29+
block: BigInt!
30+
}
31+
2732
type IndexerHints {
2833
prune: StringOrBigInt
2934
}

0 commit comments

Comments
 (0)