You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
graphql-relay-js/src/mutation/mutation.js
Line 107 in 481cae9
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 } } }
The text was updated successfully, but these errors were encountered: