Skip to content

Commit

Permalink
fix(client): export operation and fetch results
Browse files Browse the repository at this point in the history
they are being used for creating an AuthLink
  • Loading branch information
mainawycliffe committed Dec 12, 2019
1 parent a2c35aa commit 5dcbae5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/graphql/lib/client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ export 'package:graphql/src/core/query_result.dart';

export 'package:graphql/src/exceptions/exceptions.dart';

export 'package:graphql/src/link/operation.dart';
export 'package:graphql/src/link/fetch_result.dart';

export 'package:graphql/src/link/auth/link_auth.dart';
export 'package:graphql/src/link/error/link_error.dart';
export 'package:graphql/src/link/http/link_http.dart';
Expand Down

0 comments on commit 5dcbae5

Please sign in to comment.