We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b12b5 commit f6079a6Copy full SHA for f6079a6
2 files changed
.changeset/purple-kids-talk.md
@@ -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
@@ -24,6 +24,11 @@ type Schema {
24
file: File!
25
}
26
27
+type Graft {
28
+ base: String!
29
+ block: BigInt!
30
+}
31
32
type IndexerHints {
33
prune: StringOrBigInt
34
0 commit comments