We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daf05c9 + 080b647 commit 9cba82cCopy full SHA for 9cba82c
lib/src/common/graphql_service.dart
@@ -13,7 +13,7 @@ class GraphQLService {
13
final httpLink = HttpLink('https://api.github.com/graphql');
14
15
final authLink = AuthLink(
16
- getToken: () async => 'Bearer ${github.auth.token}',
+ getToken: () async => 'Bearer ${github.auth.bearerToken}',
17
);
18
19
final link = authLink.concat(httpLink);
0 commit comments