-
Notifications
You must be signed in to change notification settings - Fork 17
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
WIP: add tests by integrating mws + vitest #143
Closed
Closed
Conversation
This file contains 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
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
❌ Deploy Preview for comforting-syrniki-15960f failed.
|
Add Persisted Queries to router and actions
Update register_pq.yaml
Fix FeaturedPlaylistConnection resolvers - return array
Fix router callback url
Enable Subscriptions for latest router version
Rollback Router to v1.23
Update Dockerfile
Bump Apollo Server to be same package
This PR adds a couple of QoL tools to the router via rhai. It automatically logs subgraph request headers and bodies, as well as subgraph responses headers and bodies. It also adds authorization header forwarding for subscription payloads.
…rs_forwarding Add a couple of QoL tools to debug the router.
Updates logo in README.md to use new branding.
Update README.md
…apollographql/spotify-showcase into issue-53-add-tests
I've started iterating on a testing utility elsewhere, and while this was a great branch to begin figuring out the high level direction, it's not quite ready yet. Closing for now. |
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.
Closes #53.
Only ~30 min into this work :) but opening the PR for visibility. I'm using this process to dogfood the msw + Apollo Client testing experience as I explore AC devtools capabilities for generating mocks.