From 145101e439f5460cbe7e85f8618e4de74104b676 Mon Sep 17 00:00:00 2001 From: Dany Henriquez <2287263+DanyHenriquez@users.noreply.github.com> Date: Fri, 2 Jul 2021 16:58:44 +0200 Subject: [PATCH 1/2] Update apq.md --- docs/content/reference/apq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/reference/apq.md b/docs/content/reference/apq.md index 2be30fa2429..97dd2c3f549 100644 --- a/docs/content/reference/apq.md +++ b/docs/content/reference/apq.md @@ -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/react/api/link/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. From be9a0791a9217a05e105914dbae11e29a651ea54 Mon Sep 17 00:00:00 2001 From: Dany Henriquez <2287263+DanyHenriquez@users.noreply.github.com> Date: Sun, 25 Jul 2021 11:07:00 +0200 Subject: [PATCH 2/2] Update apq.md --- docs/content/reference/apq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/reference/apq.md b/docs/content/reference/apq.md index 97dd2c3f549..e8d59bd377d 100644 --- a/docs/content/reference/apq.md +++ b/docs/content/reference/apq.md @@ -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.