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.
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.