We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I need to create mutation CreateOne with custom _id, but CreateOne mutation remove _id from Input type.
How do it with right and easy way?
The text was updated successfully, but these errors were encountered:
This is an uncommon task.
So just copy https://github.com/graphql-compose/graphql-compose-mongoose/blob/master/src/resolvers/createOne.js resolver and create a new one with another name in your code.
Sorry, something went wrong.
feat: add support for custom _id in models. Before it was only MongoI…
623435f
…D. Now it can be of any type (Int, String, Object). closes #141
d4f6cee
🎉 This issue has been resolved in version 9.0.0-alpha.6 🎉
The release is available on:
Your semantic-release bot 📦🚀
🎉 This issue has been resolved in version 9.0.0 🎉
No branches or pull requests
Hi!
I need to create mutation CreateOne with custom _id, but CreateOne mutation remove _id from Input type.
How do it with right and easy way?
The text was updated successfully, but these errors were encountered: