Skip to content

Commit 7b4f059

Browse files
authored
Fix missing Graft type
1 parent 6e195c2 commit 7b4f059

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)