Skip to content

Commit

Permalink
chore: update Automatic Persisted Queries Link (#3005)
Browse files Browse the repository at this point in the history
  • Loading branch information
38elements authored Apr 13, 2024
1 parent 79aa0ce commit 0b0f659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/reference/apq.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ to register query hash with original query on a server.
## Usage

In order to enable Automatic Persisted Queries you need to change your client. For more information see
[Automatic Persisted Queries Link](https://www.apollographql.com/docs/resources/graphql-glossary/#automatic-persisted-queries-apq) documentation.
[Automatic Persisted Queries Link](https://www.apollographql.com/docs/resources/glossary/#automatic-persisted-queries) documentation.

For the server you need to implement the `graphql.Cache` interface and pass an instance to
the `extension.AutomaticPersistedQuery` type. Make sure the extension is applied to your GraphQL handler.
Expand Down

0 comments on commit 0b0f659

Please sign in to comment.