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
For the Huidpraktijkshop project, we would like to have the ability to duplicate a product from the admin UI:
product-A
Duplicate
product-A-copy
My proposal (I'd like to hear your thoughts on this):
duplicateProduct(id: ID!): Product!
duplicate
duplicateProduct
related product
The text was updated successfully, but these errors were encountered:
This will be in core, not a new plugin. vendure-ecommerce/vendure#627
Sorry, something went wrong.
No branches or pull requests
For the Huidpraktijkshop project, we would like to have the ability to duplicate a product from the admin UI:
product-A
detail pageDuplicate
product-A-copy
Implementation
My proposal (I'd like to hear your thoughts on this):
duplicateProduct(id: ID!): Product!
that returns the duplicated productduplicate
is added that calls the mutationduplicateProduct
and redirects to the duplicated product detail pagerelated product
The text was updated successfully, but these errors were encountered: