-
Notifications
You must be signed in to change notification settings - Fork 64
Apollo Server 4 Upgrade #123
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
Merged
Merged
Changes from 18 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
7765b1d
Removed apollo datasource and initialize method from MongoDataSource
nnoce14 ea05c59
Added type for constructor options argument to include modelOrCollect…
nnoce14 7e8c494
Updated the tests for datasource to accomodate the recent changes
nnoce14 ef0ed9e
Removed deprecated packages and installed new cache package, updated …
nnoce14 05e0cfc
Added two tests to ensure that you can add a context to the construct…
nnoce14 652760e
Updated README and package version
nnoce14 7c90f2d
Merge pull request #1 from nnoce14:apollo-server-4-upgrade
nnoce14 2fa5932
Fixed some mistakes and missing info in the README
nnoce14 5f4abd7
Minor fixes to the README
nnoce14 0f73cd8
Final changes
nnoce14 b00de1b
Final commit
nnoce14 881d50c
Merge pull request #2 from nnoce14:fix-readme
nnoce14 2c9ef99
Fixed typing issue
nnoce14 c4317c0
Merge pull request #3 from nnoce14:typescript-generics-fix
nnoce14 bff0e91
Updated README and some package.json info
nnoce14 4080c43
Merge pull request #4 from nnoce14:readme-and-package-changes
nnoce14 eb58203
Removed npm version comment
nnoce14 37d932e
Fixed typo in readme
nnoce14 1556ea8
Fixed module name
nnoce14 a46e7ab
Added previous README and added note on versioning to both
nnoce14 90cf043
Fixed README links
nnoce14 e4940e6
Updated mongoose from v5 to v7 and updated mongodb from v3 to v4
nnoce14 4d9f038
Updated bson to 5.4.0 and mongodb to 5.7.0
nnoce14 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
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.
Isnt this supposed to be apollo-datasource-mongodb itself since we are making changes to the same package?
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.
You're right, I was originally going to create a separate package because I wasn't sure this repo was still being maintained. Just fixed the module name, should be good now
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.
IMO, I think it would be better to maintain this as a separate package, since I dont see this getting merged anytime soon.
This is something my team has also been dependent on.