Using Infura for GraphQL service

Hi everyone!
I need to use the GraphQL service at http://x.x.x.x:8545/graphql and http://x.x.x.x:8545/graphql/ui.

Unfortunately, my Ethereum node is stuck and I am not able to use it for graph.

Is there a way for using Infura endpoints or services?

Thank you!

1 Like

Hi, @Alessandro Welcome to our Infura community.

This question was answered on the following thread -> Start the EthQL Server using INFURA_ID: "lerna: command not found" and includes additional info to your question.

Hi @Alessandro

Our development team have deprecated this service and currently, there are no plans to bring it back. If you would like to try this feature out @kshinn can post some instructions on how to self host the server.

Hi @Alessandro,
In catching up on your question, are you looking for our EthQL endpoints (which is a middleware server) or for the GraphQL endpoints exposed by the node (ie Geth’s GraphQL interface)?

Hi @Flaveeu, @kshinn thank you all for your replies!

I was looking for the GraphQL endpoints exposed by the node (Usually I use Geth).

Fortunately, I was able to run again my node but, in general, I was curious about the existence of a “smarter” solution than a self-host server.