Open knownasilya opened 4 years ago
Mirage does allow you to supply a callback to passthrough
. See https://miragejs.com/api/classes/server/#passthrough. I think this should work.
Would love to see this, it would make working with graphql in piecemeal possible.
The issue is that gql is on one endpoint, and if mirage is handling that endpoint how do you do a "passthrough" of select requests to that endpoint.
Maybe if mirage had a passthrough function:
Or
return this.passAlong()
or similar inside the post handler based on logic, where if you return it the request continues to server. cc @samselikoff