Skip to content

Commit

Permalink
fix(examples): ignore missing token
Browse files Browse the repository at this point in the history
  • Loading branch information
micimize committed Jun 6, 2020
1 parent ba7b641 commit ffd3294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/graphql/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ GraphQLClient getGithubGraphQLClient() {
final Link _link = HttpLink(
'https://api.github.com/graphql',
defaultHeaders: {
// ignore: undefined_identifier
'Authorization': 'Bearer $YOUR_PERSONAL_ACCESS_TOKEN',
},
);
Expand Down

0 comments on commit ffd3294

Please sign in to comment.