|
I've been able to migrate our federated gateway from apollo-server 2 to 3 this weekend without too much drama. All appears to be working with the exception of being able to use mocks with gateway (which was previously functioning using apollo-server-2) I've read the mocking section of the migration guide and the apollo-server v3 mocking page dozens of times and yet still can't work out what I'm missing. Any pointers would be greatly appreciated. I'm working with the apollo-server-express variety |
Answered by
glasser
Jul 20, 2021
Replies: 1 comment 5 replies
|
What do you mean by "use mocks with gateway"? Are you trying to mock out your entire federated service? Or to mock out individual subgraphs behind the gateway? What's not working? |
5 replies
Answer selected by
setchy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What do you mean by "use mocks with gateway"? Are you trying to mock out your entire federated service? Or to mock out individual subgraphs behind the gateway? What's not working?