Skip to content

Commit 290285e

Browse files
fix(README.md): replace GraphQL with GraphQLClient
1 parent 8a72818 commit 290285e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ which requires a few changes to the above:
128128
> **NB**: This is different in `graphql_flutter`, which provides `await initHiveForFlutter()` for initialization in `main`
129129
130130
```dart
131-
GraphQL getClient() async {
131+
GraphQLClient getClient() async {
132132
...
133133
/// initialize Hive and wrap the default box in a HiveStore
134134
final store = await HiveStore.open(path: 'my/cache/path');

0 commit comments

Comments
 (0)