Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to deploy on hosted subgraph product ? #107

Open
journeytosilius opened this issue Apr 17, 2022 · 2 comments
Open

How to deploy on hosted subgraph product ? #107

journeytosilius opened this issue Apr 17, 2022 · 2 comments

Comments

@journeytosilius
Copy link

journeytosilius commented Apr 17, 2022

how can I do a "modern" deployment with @graphprotocol/graph-ts": "^0.16.0 version ? This subgraph seems to work only with the older version and whenever I want to deploy it at the hosted subgraph product I get The current version of graph-cli can't be used with mappings on apiVersion less than '0.0.5'

Thanks

@fjq8
Copy link

fjq8 commented May 18, 2022

me too please help me!!!

The current version of graph-cli can't be used with mappings on apiVersion less than '0.0.5'

@digitalsimboja
Copy link

digitalsimboja commented Oct 4, 2022

This here solves the issue for me:

"devDependencies": {
    "@graphprotocol/graph-cli": "^0.18.0",
    "@graphprotocol/graph-ts": "0.27.0"
  }

Then yarn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants