Updates readme to point to latest @apollo client npm package#9
Open
dangerdespain wants to merge 3 commits intographile:mainfrom
Open
Updates readme to point to latest @apollo client npm package#9dangerdespain wants to merge 3 commits intographile:mainfrom
dangerdespain wants to merge 3 commits intographile:mainfrom
Conversation
Updates readme to point to the latest @apollo package path
Member
|
Does this work with that version? |
Author
|
So far so good on my end! FWIW, I was unable to get persisted operations working w/ apollo-link-persisted-queries and Apollo client v3.4.x, which led me to this change. |
Author
|
I'm glad you asked though! I was checking things out and realized that I had found a working package, but apparently not the correct package. https://github.com/apollographql/apollo-link-persisted-queries has a deprecation notice at the top of the readme pointing to these updated docs. The correct import now appears to be |
Updates persisted queries import to correct @apollo/client package
benjie
reviewed
Nov 24, 2021
|
|
||
| You can configure Apollo Client to send the persisted operations generated by | ||
| `graphql-codegen` with `apollo-link-persisted-queries`: | ||
| `graphql-codegen` with `@apollo/link-persisted-queries`: |
Member
There was a problem hiding this comment.
Should this also be @apollo/client?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Readme update to point toward the latest @apollo client package
Performance impact
None
Security impact
Unknown