kloeckner-i / ember-cli-mirage-graphql

A library for mocking GraphQL with Ember CLI Mirage
MIT License
24 stars 10 forks source link

Workaround for the Mutation Issue #37

Closed dmzza closed 4 years ago

dmzza commented 4 years ago

I created this workaround in my own app for #36, so now I'm contributing the workaround back to this dummy app. Although this doesn't actually resolve the underlying issue, it does allow this test to pass now.

Yes, the test passed before, but I made changes which make the test less fragile, and that made this workaround necessary.

dmzza commented 4 years ago

This workaround is no longer necessary after the fix in #39