Description
We are using a graph node as part of a fully-local setup:
I want to be able to generate a graph client that can be used on resources within this docker network that talk to the graph node. The config for this would look like this:
However I am not able to easily generate the client for this. When I try, it fails because the host cannot access this endpoint. If I use localhost, the container cannot access the graph node because it's not on localhost from the container's point of view. The workaround I used is to spin up a temporary container within the network that can do this. However this is not a feasible option for our devs to use.
Is there another way to generate the schema from a different URL but have the client use the provided URL for the queries?