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.
2 parents 8a72818 + 290285e commit 41cd27eCopy full SHA for 41cd27e
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