I've got a decently large codebase at this point, ...
# prisma-whats-new
e
I've got a decently large codebase at this point, and want to start wrapping it in tests before it gets larger, but can't find any reference for how to got about mocking the backend
n
which GraphQL Client are you using?
e
apollo
I know they have graphql tools, but that doesn't really address how to point the front-end at the fake "server"
n
I can imagine you could modify the network interface to return mock data; but there's a lot of movement there at the moment with Apollo Link
e
I'm wondering if I might be best off just waiting until something is settled as more of a standard
That's the reason I still haven't put any subscriptions into my codebase yet