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.
useGraphQLClient
1 parent f856f29 commit 0d7b3f9Copy full SHA for 0d7b3f9
packages/graphql_flutter/lib/graphql_flutter.dart
@@ -14,5 +14,6 @@ export 'package:graphql_flutter/src/widgets/hooks/mutation.dart';
14
export 'package:graphql_flutter/src/widgets/hooks/query.dart';
15
export 'package:graphql_flutter/src/widgets/hooks/subscription.dart';
16
export 'package:graphql_flutter/src/widgets/hooks/watch_query.dart';
17
+export 'package:graphql_flutter/src/widgets/hooks/graphql_client.dart';
18
19
export 'package:graphql_flutter/src/hive_init.dart';
0 commit comments