-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Upgrade graphql -> 14.0.3 and graphql-tools -> 4.0.3 #575
Conversation
c1fe31b
to
31e52bc
Compare
if (item && item.id) item.id = item.id.toString(); | ||
return item; | ||
}, | ||
]; |
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.
❤️ These hooks are great!
Might this impact some of our code? |
Hmm, I convinced myself that it wouldn't impact when I made the changes, but now you've got me second guessing myself. Let me explicitly verify this before I hit merge. |
Sorry for throwing doubt on it! |
31e52bc
to
8d8666a
Compare
This PR brings
graphql
andgraphql-tools
up to date with their latest releases.https://github.com/graphql/graphql-js/releases
https://github.com/apollographql/graphql-tools/releases
The only breaking change we need to accomodate (AFAICT) relates to stricter scalar type coercion and how mongo ObjectIDs are handled.
graphql/graphql-js#1520