Skip to content

Commit

Permalink
Fixes link to query preprocessing skip guide (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
artplan1 committed Aug 27, 2023
1 parent 876a39b commit c280b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Since our queries are slim now, we can switch back to HTTP GET, you can find a [

[persisted-queries-link](https://www.apollographql.com/docs/react/api/link/persisted-queries/) uses _SHA256_ for building hashes by default. Check out this [guide](docs/hash.md) if you want to override this behavior.

It is possible to skip some parts of the query lifecycle for cases when query is persistedread more [here](docs/skip_query_preprocessing).
It is possible to skip some parts of the query lifecycle for cases when query is persisted - read more [here](docs/skip_query_preprocessing.md).

An experimental tracing feature can be enabled by setting `tracing: true` when configuring the plugin. Read more about this feature in the [Tracing guide](docs/tracing.md).

Expand Down

0 comments on commit c280b9d

Please sign in to comment.