kloeckner-i / ember-cli-mirage-graphql

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

Update dummy app person example #39

Closed jneurock closed 4 years ago

jneurock commented 4 years ago

This update to the dummy app fixes an issue where mapped fields for a Person type were correctly mapped for queries and only partially correctly mapped for mutations.

Fixes #36.

This adds an edit link to the person index page and changes the person edit page form submission so successful saves result in a redirect to the person index page.

jneurock commented 4 years ago

@dmzza, maybe you'd like to take a look at this PR?

dmzza commented 4 years ago

I'll take a look now.

jneurock commented 4 years ago

Great. Thanks for the feedback and checking the fix!