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 not able to find a way out how can I make custom resolver on create{TypeName} autogenerated mutation function so that i can add password hashing in it. For example i have a field named "password", I pass the password to the field and hash it and store the hash in the password field. So for that i made a custom resolver but failed to do since the older graphql-neo4j-js had a function named "neo4jgraphql".
I request the team to please make an alternative function of the "neo4jgraphql" function or if there is any, please guide me for the same. Since the package has deprecated, i am not able to use it and i can't find any supporting threads as of how i can do it
The text was updated successfully, but these errors were encountered:
I am not able to find a way out how can I make custom resolver on create{TypeName} autogenerated mutation function so that i can add password hashing in it. For example i have a field named "password", I pass the password to the field and hash it and store the hash in the password field. So for that i made a custom resolver but failed to do since the older graphql-neo4j-js had a function named "neo4jgraphql".
I request the team to please make an alternative function of the "neo4jgraphql" function or if there is any, please guide me for the same. Since the package has deprecated, i am not able to use it and i can't find any supporting threads as of how i can do it
The text was updated successfully, but these errors were encountered: