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

Mutation code breaks if method returns void. #186

Closed
aatif-lahore opened this issue Dec 6, 2017 · 1 comment
Closed

Mutation code breaks if method returns void. #186

aatif-lahore opened this issue Dec 6, 2017 · 1 comment

Comments

@aatif-lahore
Copy link

payload.clientMutationId = input.clientMutationId;

I am using loopback-graphql-relay package in my project. There are few loopback methods that don't return anything. For those methods graphql-relay's code break.

Below is the example mutation.

mutation { User { UserResetPassword (input:{options:{email:"[email protected]"}}) { obj clientMutationId } } }

@IvanGoncharov
Copy link
Member

Fixed by #268

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

2 participants