Skip to content

Commit

Permalink
Merge pull request #1568 from DanyHenriquez/patch-1
Browse files Browse the repository at this point in the history
Update apq.md
  • Loading branch information
mtibben committed Jul 28, 2021
2 parents 88f2b8a + be9a079 commit 7e38dd4
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://github.com/apollographql/apollo-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 7e38dd4

Please sign in to comment.