Skip to content

Commit

Permalink
feat(graphql): update old websocket_link
Browse files Browse the repository at this point in the history
  • Loading branch information
micimize committed Sep 5, 2020
1 parent d1d95fd commit 496d994
Show file tree
Hide file tree
Showing 5 changed files with 729 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql/lib/src/links/gql_links.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export 'package:gql_link/gql_link.dart';

export 'package:gql_http_link/gql_http_link.dart';
export 'package:gql_websocket_link/gql_websocket_link.dart';
// export 'package:gql_websocket_link/gql_websocket_link.dart';
export 'package:gql_error_link/gql_error_link.dart';
export 'package:gql_dedupe_link/gql_dedupe_link.dart';
2 changes: 2 additions & 0 deletions packages/graphql/lib/src/links/links.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
export 'package:graphql/src/links/gql_links.dart';

export 'package:graphql/src/links/auth_link.dart';

export 'package:graphql/src/links/websocket_link/websocket_link.dart';
Loading

0 comments on commit 496d994

Please sign in to comment.