Does anybody know of a good article/package for te...
# prisma-whats-new
l
Does anybody know of a good article/package for testing apollo? I'm using vue-apollo and am not sure where to start!
e
Try reaching out in the Apollo slack, you'll have better luck there. I do know Apollo has some native support for mocking a back end, so you'd just use a standard testing library and set up your network interface to the mocked endpoint
l
cheers 🙂