Dmitrii Gridnev
Dmitrii Gridnev
Is `query.Client` a replacement for `table.Client`? Or will the API move from `query.Client` to `table.Client`?
I don't do this library anymore, I made it for myself. If you're interested in refining it, do Pull Request
We want to use only router and we only need our own metrics unified for all our golang services. Since router goes to our subgraphs via HTTP, for drawing metrics...
it numbers all the listed services, I would like to see the name in the error, not the number. ```yaml version: 1 subgraphs: - name: test routing_url: http://localhost:8080/query introspection: url:...
For example see screens from https://github.com/wundergraph/cosmo/issues/684 I would like to see the name of the graph "test" in the error, not "0".
Is there any news on fixing this bug?
> For the error you've posted here, you have >=8 subgraphs, correct? > > And the issue is that subgraph provides the index, rather than the name? Yes, more than...
I think being able to write my own ```go func newHTTPTransport(opts *SubgraphTransportOptions) http.RoundTripper { ``` with its own `http.RoundTripper` chain would solve this problem. I need this for writing my...
@StarpTech Enough N times, make the schema puller download and apply a new schema, each time a new schema is applied (they must be different) the memory consumption of the...
@StarpTech hi, I've updated the issue description with a handy example to reproduce the issue, have a look again Thanks