Marc Schipperheyn

Results 130 comments of Marc Schipperheyn

I've recently noticed that migrations that partially fail actually commit the partially successful parts of the migration, leading to broken databases. I've been working with Sequelize for quite a while...

Shouldn't an administrator be channel aware? i.e. have a @ManyToMany relation with channels?

This will be convenient. For me, relatively time consuming repetitive tasks are: 1. writing the graphql fragments for CRUD methods. This PR reduces that greatly 2. writing the provider methods...

Wouldn't it be nice to have a cli that allows you to take graphql doc and generate a provider file containing wrappers for the supplied graphql file. Then you could...

Just a little tangent on the interface. What about `wouldAddItemToOrder`? We have a number of products that are age restricted or dependent on the previous purchase of other products. We...

I have recently started working with Vendure. As impressed as I am with the toolbox, there are a few areas where I really went down rabbit holes as I started...

Hi @michaelbromley let me try to give you that example in a summary way So, I'm building a plugin that uses two existing plugins, one is [@pinelab customer-managed-groups](https://github.com/Pinelab-studio/pinelab-vendure-plugins/tree/main/packages/vendure-plugin-customer-managed-groups). This plugin...

Another suggestion I have is to add a section to Error Handling that explains how to create your own Errors, in particular how to ensure that say a validation error...

From what I can tell from the issues (https://github.com/vendure-ecommerce/vendure/issues/437) and the repo there is actually a plugin for this However, on my side, I do see the enum `ErrorCode` values...