graphql-voyager
graphql-voyager copied to clipboard
How do I deal with unauthorized token issue
I use Express and followed the install guide, however, the api I am trying to use is from company and is protected, how do I deal with the token issue?
{"errors":[{"message":"Unable to validate user. UnauthorizedError: No authorization token was found"}]}
If you need to pass the token as a header please use headersJS:
https://github.com/APIs-guru/graphql-voyager#properties-1