Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

persist/push: Need more flexibility in input/response handling #121

Open
johnrix opened this issue Sep 1, 2019 · 0 comments
Open

persist/push: Need more flexibility in input/response handling #121

johnrix opened this issue Sep 1, 2019 · 0 comments

Comments

@johnrix
Copy link

johnrix commented Sep 1, 2019

Mutation response handling seems to currently assume the result is just an instance of the object type being updated. This does not, for example, allow the flexibility to implement a model such as that proposed here by the Apollo team on how to structure mutations: https://blog.apollographql.com/designing-graphql-mutations-e09de826ed97

It would be useful for the Adapter to offer mechanisms to control the structuring of the inputs (see my other issue here for potential use case) and processing of the responses to mutations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant