-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update apollo client to v3 #39
base: master
Are you sure you want to change the base?
Conversation
@@ -41,23 +41,23 @@ | |||
"threshold": "1 Kb" | |||
} | |||
], | |||
"dependencies": { | |||
"@apollo/client": "^3.5.6", | |||
"apollo-fragment-utils": "^0.2.1", |
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.
I'll need to bump the version of apollo-fragment-utils
once it gets published with the changes. Wondering if there's a better way to do that with lerna... or if this has to be a two step operation
if ( | ||
fragmentAST.definitions && | ||
fragmentAST.definitions[0] && | ||
fragmentAST.definitions[0].kind === Kind.FRAGMENT_DEFINITION | ||
) { |
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.
Had to make some updates here for TS to compile.
Would appreciate feedback on the console.warn
usage here
"apollo-link-state": "^0.4.1", | ||
"apollo-link-state-fragment": "^0.1.0", |
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.
Jury is still out on what to do with these deps. Will circle back after having a conversation
More updates needed to these packages... still working through details locally to ensure we don't have to needlessly get into a merge+publish cycle.