graph-client: Cross chain extension example suddenly failing with Type `Query` has no field `crossRebases`'

https://github.com/graphprotocol/graph-client/tree/main/examples/cross-chain-extension

Previously worked, I had 3 apps based on this but suddenly they all recieve “Type Query has no field crossRebases’” like error. I confirmed against your own minimal example here and same behavior.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 21 (6 by maintainers)

Commits related to this issue

Most upvoted comments

You can ignore that warning. The configuration in the sandbox is wrong;

additionalResolvers:
  - ./src/resolvers.ts # This path is wrong in your CodeSandbox

Sorry but I really need to reproduce it in order to help you. You can try StackBlitz or some other similar platform. Feel free to share when you clearly reproduce it.

We are currently working on the fix. You can add merger: stitching on top until we release a patch.