Auth link: injects an authorization header into every request.
Function that returns the token (sync or async). Return null to skip header injection.
null
Authorization scheme (default: "Bearer")
"Bearer"
A GraphQLLink that adds the authorization header
authorization
Auth link: injects an authorization header into every request.