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.
GraphQL
GraphQLClient
1 parent 8a72818 commit 290285eCopy full SHA for 290285e
packages/graphql/README.md
@@ -128,7 +128,7 @@ which requires a few changes to the above:
128
> **NB**: This is different in `graphql_flutter`, which provides `await initHiveForFlutter()` for initialization in `main`
129
130
```dart
131
-GraphQL getClient() async {
+GraphQLClient getClient() async {
132
...
133
/// initialize Hive and wrap the default box in a HiveStore
134
final store = await HiveStore.open(path: 'my/cache/path');
0 commit comments