-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates readme to point to latest @apollo client npm package #9
base: main
Are you sure you want to change the base?
Updates readme to point to latest @apollo client npm package #9
Conversation
Updates readme to point to the latest @apollo package path
Does this work with that version? |
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. |
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
@@ -217,10 +217,10 @@ postgraphile \ | |||
#### Apollo Client | |||
|
|||
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`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this also be @apollo/client
?
Description
Readme update to point toward the latest @apollo client package
Performance impact
None
Security impact
Unknown