Arda TANRIKULU

Results 361 comments of Arda TANRIKULU

Would you create a PR for this change?

Sorry I need a reproduction on CodeSandbox, StackBlitz or at least in a repo. Screenshots don't help.

This looks like coming from your remote GraphQL endpoint. Are you sure correct header values are passed?

There is no "forwarding" mechanism in GraphQL Mesh because GraphQL Mesh gives you a gateway schema that is served with a GraphQL Server. So in GraphQL, the execution is seperated...

Documents have been added! Let us know if it doesn't work for you!

`req.ip` should also have the IP address of the client.

If you are testing this by calling the local server, it is expected to get 127.0.0.1. Also if you serve Mesh behind the proxy, you can only access the real...

Mesh basically uses Node.js, Express.js and Yoga. Hmm maybe `['req', 'socket', 'remoteAddress']` ??

So if one of the sources fails, it fails with a long stack trace without giving a clue. Did I understand correctly?