'Short Length Authentication Token graphql (jwt)
I want to Link the graphQL with my app but I noticed that the token limit exceeded my VS code
Error: GraphQL Error (Code: 400): {"response":{"error":"{"errors":[{"message":"malformed token: Authorization header format must be Bearer {token}"}],"data":null}","status":400,"headers":{}},"request":{"query":"\n{\n jobs(first:10){\n title\n slug\n shortDescription\n lastDate\n }\n}\n"}}
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
