Skip to content

diffEntitiesAtBlock in the index-node API fails for immutable entities #4433

Description

@lutter

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"
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions