apollo-client
apollo-client copied to clipboard
Feedback for schema-driven testing utilities
Issue Description
Starting with Apollo Client 3.10.0, we introduced new schema-driven testing APIs.
These utilities allow you to create a test schema with scalar mocks that can be used to mock fetch or used in combination with MSW to write integration- or E2E-style tests that also test the link chain. See the documentation for details. We've marked these APIs as experimental for this release to allow room for feedback and changes before we stabilize this API in 3.11.0.
If you would like to provide feedback or suggestions for improvement, please drop a comment below!
Link to Reproduction
N/A
Reproduction Steps
No response
@apollo/client version
N/A
One piece of feedback from @yaboi:
Is there a way to access a schema not available locally? Maybe with codegen or something?
Closing as this was released and moved over to GraphQL testing library
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Client usage and allow us to serve you better.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. For general questions, we recommend using our Community Forum or Stack Overflow.