Skip to content

Commit

Permalink
Fix missing Graft type
Browse files Browse the repository at this point in the history
  • Loading branch information
McAronDev authored Dec 26, 2024
1 parent 6e195c2 commit 7b4f059
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/cli/src/protocols/substreams/manifest.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ type Schema {
file: File!
}

type Graft {
base: String!
block: BigInt!
}

type IndexerHints {
prune: StringOrBigInt
}
Expand Down

0 comments on commit 7b4f059

Please sign in to comment.