What is the endpoint of a namespace on a dedicated server?

No, I have not tried the X-Dgraph-Auth Token but like I’ve said. I have used the X-Dgraph-AccessToken which gets generated when logging in via the /admin endpoint of the Dedicated Cluster.

As I’ve said, I was able to query data from my application using this token but unfortunately my lambda is not woking since it seems that only my Custom Header (eg. X-Auth-Token) gets forwarded to the lambda resolver. Which I could confirm by login the authHeader parameter in the resolver.

However, since the lambda is stored in that specific namespace I thought that it automatically attaches the appropriate header for the lambda. This is a serious problem since I can basically not use dql or graphql inside the lambda.