In a subgraph that uses immutable entities, the following query fails:
{
entityChangesInBlock(subgraphId: "<some id>", blockNumber: 1234){
updates {
entities
type
}
deletions {
entities
type
}
}
}
The error is
{
"errors": [
{
"message": "Store error: store error: column \"block_range\" does not exist"
}
]
}
In a subgraph that uses immutable entities, the following query fails:
The error is