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

Access to the clientMutationId provided to a mutation #81

Open
rogerballard opened this issue Jul 5, 2020 · 0 comments
Open

Access to the clientMutationId provided to a mutation #81

rogerballard opened this issue Jul 5, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@rogerballard
Copy link
Owner

Is your feature request related to a problem? Please describe.
I want my API to cache mutation responses against a clientMutationId.

Describe the solution you'd like
I want access to the clientMutationId provided to a mutation so that if my API sees the same clientMutationId twice, it can be certain it is a duplicate call, and return the cached value.

Perhaps exposed via a ClientMutationId parameter decorator.

@rogerballard rogerballard added the enhancement New feature or request label Jul 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant