Skip to content

Commit 41cd27e

Browse files
Merge pull request zino-hofmann#1400 from mahmoud-eslami/hotfix/documentation-typo
docs(graphql): replace `GraphQL` with `GraphQLClient`
2 parents 8a72818 + 290285e commit 41cd27e

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)