Skip to content

Commit 0d7b3f9

Browse files
committed
fix(graphql_flutter): Export useGraphQLClient hook
1 parent f856f29 commit 0d7b3f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/graphql_flutter/lib/graphql_flutter.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ export 'package:graphql_flutter/src/widgets/hooks/mutation.dart';
1414
export 'package:graphql_flutter/src/widgets/hooks/query.dart';
1515
export 'package:graphql_flutter/src/widgets/hooks/subscription.dart';
1616
export 'package:graphql_flutter/src/widgets/hooks/watch_query.dart';
17+
export 'package:graphql_flutter/src/widgets/hooks/graphql_client.dart';
1718

1819
export 'package:graphql_flutter/src/hive_init.dart';

0 commit comments

Comments
 (0)