Dev
Results
1
comments of
Dev
If the implementation is the same as `apollo-rest-data-source` then this should work: ``` willSendRequest(request) { request.headers.set('authorization',`Bearer ${this.authToken}`); } ```