Skip to content

Commit

Permalink
Update apq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanyHenriquez committed Jul 25, 2021
1 parent 145101e commit be9a079
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/react/api/link/persisted-queries/) documentation.
[Automatic Persisted Queries Link](https://www.apollographql.com/docs/resources/graphql-glossary/#automatic-persisted-queries-apq) 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 be9a079

Please sign in to comment.