Skip to content

Commit

Permalink
change link in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
micimize committed Jan 24, 2021
1 parent 42c31bb commit a2292ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ GraphQLClient(
)
```

**[`FetchPolicy`](https://pub.dev/documentation/graphql/4.0.0-alpha.11/graphql/FetchPolicy-class.html):** determines where the client may return a result from.
**[`FetchPolicy`](https://pub.dev/documentation/graphql/4.0.0-alpha.11/graphql/FetchPolicy-class.html):** determines where the client may return a result from, and whether that result will be saved to the cache.
Possible options:

- cacheFirst: return result from cache. Only fetch from network if cached result is not available.
Expand Down

0 comments on commit a2292ed

Please sign in to comment.